| [pytest] | |
| pythonpath = . | |
| testpaths = tests | |
| python_files = test_*.py | |
| asyncio_mode = auto | |
| asyncio_default_fixture_loop_scope = function | |
| markers = | |
| timeout: mark test to timeout after X seconds | |
| asyncio: mark test as async | |
| [pytest] | |
| pythonpath = . | |
| testpaths = tests | |
| python_files = test_*.py | |
| asyncio_mode = auto | |
| asyncio_default_fixture_loop_scope = function | |
| markers = | |
| timeout: mark test to timeout after X seconds | |
| asyncio: mark test as async | |