pytest-trio 0.8.0


pip install pytest-trio

  Latest version

Released: Nov 01, 2022

Project Links

Meta
Author: Emmanuel Leblond
Requires Python: >=3.7

Classifiers

License
  • OSI Approved :: MIT License
  • OSI Approved :: Apache Software License

Operating System
  • POSIX :: Linux
  • MacOS :: MacOS X
  • Microsoft :: Windows

Programming Language
  • Python :: 3 :: Only
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: Implementation :: CPython
  • Python :: Implementation :: PyPy

Topic
  • System :: Networking
  • Software Development :: Testing

Framework
  • Hypothesis
  • Pytest
  • Trio
Join chatroom Documentation Status Latest PyPi version Automated test status Test coverage

This is a pytest plugin to help you test projects that use Trio, a friendly library for concurrency and async I/O in Python. For an overview of features, see our manual, or jump straight to the quickstart guide.

Vital statistics

Documentation: https://pytest-trio.readthedocs.io

Bug tracker and source code: https://github.com/python-trio/pytest-trio

License: MIT or Apache 2, your choice.

Code of conduct: Contributors are requested to follow our code of conduct in all project spaces.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
trio (>=0.22.0)
outcome (>=1.1.0)
pytest (>=7.2.0)