.coveragerc
.style.yapf
CHEATSHEET.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
LICENSE.APACHE2
LICENSE.MIT
MANIFEST.in
README.rst
pyproject.toml
setup.py
test-requirements.txt
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/history.rst
docs/source/index.rst
docs/source/quickstart.rst
docs/source/reference.rst
docs/source/_static/.gitkeep
pytest_trio/__init__.py
pytest_trio/_version.py
pytest_trio/enable_trio_mode.py
pytest_trio/plugin.py
pytest_trio.egg-info/PKG-INFO
pytest_trio.egg-info/SOURCES.txt
pytest_trio.egg-info/dependency_links.txt
pytest_trio.egg-info/entry_points.txt
pytest_trio.egg-info/requires.txt
pytest_trio.egg-info/top_level.txt
pytest_trio/_tests/__init__.py
pytest_trio/_tests/conftest.py
pytest_trio/_tests/helpers.py
pytest_trio/_tests/test_async_fixture.py
pytest_trio/_tests/test_async_yield_fixture.py
pytest_trio/_tests/test_basic.py
pytest_trio/_tests/test_clock_fixture.py
pytest_trio/_tests/test_contextvars.py
pytest_trio/_tests/test_fixture_mistakes.py
pytest_trio/_tests/test_fixture_names.py
pytest_trio/_tests/test_fixture_nursery.py
pytest_trio/_tests/test_fixture_ordering.py
pytest_trio/_tests/test_hypothesis_interaction.py
pytest_trio/_tests/test_sync_fixture.py
pytest_trio/_tests/test_trio_mode.py