python3-pytest-trio

Pytest plugin for trio (Python3 version)

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/python-trio/pytest-trio


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-pytest-trio