7 lines
158 B
INI
7 lines
158 B
INI
[pytest]
|
|
asyncio_mode = auto
|
|
asyncio_default_fixture_loop_scope = session
|
|
asyncio_default_test_loop_scope = session
|
|
testpaths = tests
|
|
addopts = -v --tb=short
|