9 lines
162 B
INI
9 lines
162 B
INI
|
[pytest]
|
||
|
minversion = 6.0
|
||
|
addopts = -ra -q
|
||
|
pythonpath = src
|
||
|
testpaths = tests
|
||
|
python_files = *.py
|
||
|
|
||
|
asyncio_mode=auto
|
||
|
asyncio_default_fixture_loop_scope="function"
|