11 lines
188 B
INI
11 lines
188 B
INI
|
|
[pytest]
|
||
|
|
testpaths = tests
|
||
|
|
asyncio_mode = auto
|
||
|
|
asyncio_default_fixture_loop_scope = function
|
||
|
|
addopts =
|
||
|
|
-v
|
||
|
|
--strict-markers
|
||
|
|
--tb=short
|
||
|
|
markers =
|
||
|
|
asyncio: mark test as async
|