generated from Templates/Docker_Image
11 lines
224 B
INI
11 lines
224 B
INI
[pytest]
|
|
testpaths = tests
|
|
pythonpath = .
|
|
addopts = -v --tb=short
|
|
filterwarnings =
|
|
ignore::DeprecationWarning
|
|
|
|
asyncio_mode = auto
|
|
asyncio_default_fixture_loop_scope = function
|
|
asyncio_default_test_loop_scope = function
|