ProjectMIND / backend /pytest.ini
arymandeshwal
something something
06f9f74
raw
history blame contribute delete
225 Bytes
[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