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

Last updated: September 20,2024

1. Install "python-pytest-trio-doc" package

This is a short guide on how to install python-pytest-trio-doc on Kali Linux

$ sudo apt update $ sudo apt install python-pytest-trio-doc

2. Uninstall "python-pytest-trio-doc" package

In this section, we are going to explain the necessary steps to uninstall python-pytest-trio-doc on Kali Linux:

$ sudo apt remove python-pytest-trio-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: python-pytest-trio-doc
Source: python-pytest-trio
Version: 0.8.0-3
Installed-Size: 281
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2), sphinx-rtd-theme-common (>= 2.0.0+dfsg)
Size: 41336
SHA256: 7e9a98295b674ff631fc4237eb638feb5388efe8dec8a2266e56adf02438b28e
SHA1: 16bff7a4bf8b3aad33df06b4497eef51dce4bfe0
MD5sum: e21d9855ced4db8dba0db3113aad420c
Description: Pytest plugin for trio (Documentation)
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 documentation.
Description-md5:
Homepage: https://github.com/python-trio/pytest-trio
Section: doc
Priority: optional
Filename: pool/main/p/python-pytest-trio/python-pytest-trio-doc_0.8.0-3_all.deb