Metadata-Version: 1.2
Name: pytest-trio
Version: 0.5.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
Description: pytest-trio
        ===========
        
        .. image:: https://img.shields.io/badge/chat-join%20now-blue.svg
           :target: https://gitter.im/python-trio/general
           :alt: Join chatroom
        
        .. image:: https://img.shields.io/badge/docs-read%20now-blue.svg
           :target: https://pytest-trio.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://img.shields.io/pypi/v/pytest-trio.svg
           :target: https://pypi.org/project/pytest-trio
           :alt: Latest PyPi version
        
        .. image:: https://travis-ci.org/python-trio/pytest-trio.svg?branch=master
           :target: https://travis-ci.org/python-trio/pytest-trio
           :alt: Automated test status (Linux and MacOS)
        
        .. image:: https://ci.appveyor.com/api/projects/status/aq0pklx7hanx031x?svg=true
           :target: https://ci.appveyor.com/project/touilleMan/pytest-trio
           :alt: Automated test status (Windows)
        
        .. image:: https://codecov.io/gh/python-trio/pytest-trio/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/python-trio/pytest-trio
           :alt: Test coverage
        
        This is a pytest plugin to help you test projects that use `Trio
        <https://trio.readthedocs.io/>`__, a friendly library for concurrency
        and async I/O in Python. For an overview of features, see our `manual
        <https://pytest-trio.readthedocs.io>`__, or jump straight to the
        `quickstart guide
        <https://pytest-trio.readthedocs.io/en/latest/quickstart.html>`__.
        
        
        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
        <https://github.com/python-trio/pytest-trio/blob/master/CODE_OF_CONDUCT.md>`__
        in all project spaces.
        
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 :: Hypothesis
Classifier: Framework :: Pytest
Classifier: Framework :: Trio
Requires-Python: >=3.5
