Metadata-Version: 2.1
Name: pytest-trio
Version: 0.4.2
Summary: Pytest plugin for trio
Home-page: https://github.com/python-trio/pytest-trio
Author: Emmanuel Leblond
Author-email: emmanuel.leblond@gmail.com
License: MIT -or- Apache License 2.0
Keywords: async,pytest,testing,trio
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: System :: Networking
Classifier: Topic :: Software Development :: Testing
Classifier: Framework :: Pytest
Classifier: Framework :: Trio
Requires-Python: >=3.5
Requires-Dist: trio
Requires-Dist: async-generator (>=1.9)

pytest-trio
===========

.. image:: https://travis-ci.org/python-trio/pytest-trio.svg?branch=master
    :target: https://travis-ci.org/python-trio/pytest-trio

.. image:: https://ci.appveyor.com/api/projects/status/aq0pklx7hanx031x?svg=true
    :target: https://ci.appveyor.com/project/touilleMan/pytest-trio

.. image:: https://codecov.io/gh/python-trio/pytest-trio/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/python-trio/pytest-trio

Welcome to `pytest-trio <https://github.com/python-trio/pytest-trio>`__!

Pytest plugin for trio

License: Your choice of MIT or Apache License 2.0


