File size: 225 Bytes
35765b5 |
1 2 3 4 5 6 7 8 9 10 |
[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
|