How to Install and Uninstall python3-pytest-tornasync Package on Kali Linux

Last updated: April 29,2024

1. Install "python3-pytest-tornasync" package

Please follow the instructions below to install python3-pytest-tornasync on Kali Linux

$ sudo apt update $ sudo apt install python3-pytest-tornasync

2. Uninstall "python3-pytest-tornasync" package

Please follow the steps below to uninstall python3-pytest-tornasync on Kali Linux:

$ sudo apt remove python3-pytest-tornasync $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pytest-tornasync package on Kali Linux

Package: python3-pytest-tornasync
Source: pytest-tornasync
Version: 0.6.0.post2-2
Installed-Size: 34
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pytest, python3-tornado, python3:any
Size: 6924
SHA256: 269cd58c2efe5d84f22904e8d0d53a3737ef9a97bbb758eaf818fbfc082b202d
SHA1: 276d452ce5f5a5e25f348d6fd2fbe0eb420b1edf
MD5sum: f3773da6a2955898e7597c74d0abc4a7
Description: pytest plugin for testing Tornado apps using native coroutine tests
A simple pytest plugin that provides some helpful fixtures for testing Tornado
(version 5.0 or newer) apps and easy handling of plain (undecoratored) native
coroutine tests (Python 3.5+).
.
Why another Tornado pytest plugin when the excellent pytest-tornado already
exists? The main reason is that I didn't want to have to decorate every test
coroutine with @pytest.mark.gen_test. This plugin doesn't have anything like
gen_test. Defining a test with async def and a name that begins with test_ is
all that is required.
Description-md5:
Homepage: https://github.com/eukaryote/pytest-tornasync
Section: python
Priority: optional
Filename: pool/main/p/pytest-tornasync/python3-pytest-tornasync_0.6.0.post2-2_all.deb