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

Last updated: July 06,2024

1. Install "python3-pytest-trio" package

Here is a brief guide to show you how to install python3-pytest-trio on Kali Linux

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

2. Uninstall "python3-pytest-trio" package

Please follow the instructions below to uninstall python3-pytest-trio on Kali Linux:

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

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

Package: python3-pytest-trio
Source: python-pytest-trio
Version: 0.8.0-3
Installed-Size: 97
Maintainer: Debian Python Team
Architecture: all
Depends: python3-outcome, python3-pytest, python3-trio, python3:any
Suggests: python-pytest-trio-doc
Size: 17816
SHA256: 24c7f2cdfa59d3f0684062f42e9b219d7de6e73f90885c6d158c001d247184de
SHA1: d0e3d55466976abc64366105eaa44f98c0001083
MD5sum: 916611a4f81a17e2863bc619530ba79a
Description: Pytest plugin for trio (Python3 version)
This is a pytest plugin to help you test projects that use Trio, a friendly
library for concurrency and async I/O in Python.
.
Features include:
* Async tests without the boilerplate: just write
async def test_whatever(): ....
* Useful fixtures included: use autojump_clock for easy testing of code with
timeouts, or nursery to easily set up background tasks.
* Write your own async fixtures: set up an async database connection or start
a server inside a fixture, and then use it in your tests.
* If you have multiple async fixtures, pytest-trio will even do setup/teardown
concurrently whenever possible.
* Integration with the fabulous Hypothesis library, so your async tests can
use property-based testing: just use @given like you’re used to.
* Support for testing projects that use Trio exclusively and want to use
pytest-trio everywhere, and also for testing projects that support multiple
async libraries and only want to enable pytest-trio’s features for a subset
of their test suite.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/python-trio/pytest-trio
Section: python
Priority: optional
Filename: pool/main/p/python-pytest-trio/python3-pytest-trio_0.8.0-3_all.deb