8 lines
153 B
INI
8 lines
153 B
INI
[pytest]
|
|
testpaths = tests/backend
|
|
python_files = test_*.py
|
|
python_functions = test_*
|
|
asyncio_mode = auto
|
|
asyncio_default_fixture_loop_scope = function
|
|
|