Name Description Size
async_fixtures
conftest.py A fixture dependent on the event_loop fixture, doing some cleanup. 737
hypothesis
loop_fixture_scope
markers
modes
multiloop
respect_event_loop_policy
test_asyncio_fixture.py \ import pytest_asyncio pytest_plugins = 'pytest_asyncio' @pytest_asyncio.fixture async def always_true(): return True def test_sync_function_uses_async_fixture(always_true): assert always_true is True 1442
test_dependent_fixtures.py Test a dependent fixture. 301
test_event_loop_scope.py Test the event loop fixture provides a separate loop for each test. These tests need to be run together. 987
test_flaky_integration.py Tests for the Flaky integration, which retries failed tests. 1396
test_simple.py Quick'n'dirty unit tests for provided fixtures and markers. 7364
test_subprocess.py Tests for using subprocesses in tests. 1227
trio