ProjectMemory / backend /pytest.ini
Amal Nimmy Lal
feat : Project Memory
35765b5
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