.readthedocs.yaml
LICENSE
MANIFEST.in
Makefile
README.rst
SECURITY.rst
pyproject.toml
setup.cfg
tox.ini
changelog.d/.gitkeep
dependencies/default/constraints.txt
dependencies/default/requirements.txt
dependencies/docs/constraints.txt
dependencies/docs/requirements.txt
dependencies/pytest-min/constraints.txt
dependencies/pytest-min/requirements.txt
docs/concepts.rst
docs/concepts_function_scope_example.py
docs/concepts_module_scope_example.py
docs/conf.py
docs/index.rst
docs/support.rst
docs/how-to-guides/change_default_fixture_loop.rst
docs/how-to-guides/change_default_test_loop.rst
docs/how-to-guides/change_fixture_loop.rst
docs/how-to-guides/change_fixture_loop_example.py
docs/how-to-guides/class_scoped_loop_example.py
docs/how-to-guides/index.rst
docs/how-to-guides/migrate_from_0_21.rst
docs/how-to-guides/migrate_from_0_23.rst
docs/how-to-guides/module_scoped_loop_example.py
docs/how-to-guides/multiple_loops.rst
docs/how-to-guides/multiple_loops_example.py
docs/how-to-guides/package_scoped_loop_example.py
docs/how-to-guides/run_class_tests_in_same_loop.rst
docs/how-to-guides/run_module_tests_in_same_loop.rst
docs/how-to-guides/run_package_tests_in_same_loop.rst
docs/how-to-guides/test_item_is_async.rst
docs/how-to-guides/test_item_is_async_example.py
docs/how-to-guides/uvloop.rst
docs/reference/changelog.rst
docs/reference/configuration.rst
docs/reference/functions.rst
docs/reference/index.rst
docs/reference/decorators/index.rst
docs/reference/decorators/pytest_asyncio_fixture_example.py
docs/reference/fixtures/event_loop_policy_example.py
docs/reference/fixtures/event_loop_policy_parametrized_example.py
docs/reference/fixtures/index.rst
docs/reference/markers/class_scoped_loop_custom_policies_strict_mode_example.py
docs/reference/markers/class_scoped_loop_strict_mode_example.py
docs/reference/markers/class_scoped_loop_with_fixture_strict_mode_example.py
docs/reference/markers/function_scoped_loop_pytestmark_strict_mode_example.py
docs/reference/markers/function_scoped_loop_strict_mode_example.py
docs/reference/markers/index.rst
docs/reference/markers/module_scoped_loop_strict_mode_example.py
pytest_asyncio/__init__.py
pytest_asyncio/_version.py
pytest_asyncio/plugin.py
pytest_asyncio/py.typed
pytest_asyncio.egg-info/PKG-INFO
pytest_asyncio.egg-info/SOURCES.txt
pytest_asyncio.egg-info/dependency_links.txt
pytest_asyncio.egg-info/entry_points.txt
pytest_asyncio.egg-info/requires.txt
pytest_asyncio.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_asyncio_fixture.py
tests/test_asyncio_mark.py
tests/test_doctest.py
tests/test_event_loop_fixture.py
tests/test_fixture_loop_scopes.py
tests/test_import.py
tests/test_is_async_test.py
tests/test_port_factories.py
tests/test_simple.py
tests/test_skips.py
tests/test_subprocess.py
tests/async_fixtures/__init__.py
tests/async_fixtures/test_async_fixtures.py
tests/async_fixtures/test_async_fixtures_contextvars.py
tests/async_fixtures/test_nested.py
tests/async_fixtures/test_shared_module_fixture.py
tests/hypothesis/__init__.py
tests/hypothesis/test_base.py
tests/markers/__init__.py
tests/markers/test_class_scope.py
tests/markers/test_function_scope.py
tests/markers/test_invalid_arguments.py
tests/markers/test_mixed_scope.py
tests/markers/test_module_scope.py
tests/markers/test_package_scope.py
tests/markers/test_session_scope.py
tests/modes/__init__.py
tests/modes/test_auto_mode.py
tests/modes/test_strict_mode.py
tools/get-version.py