mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
11 lines
287 B
INI
11 lines
287 B
INI
|
|
[pytest]
|
||
|
|
asyncio_mode = strict
|
||
|
|
asyncio_default_fixture_loop_scope = function
|
||
|
|
testpaths = .
|
||
|
|
python_files = test_*.py *_test.py
|
||
|
|
python_classes = Test*
|
||
|
|
python_functions = test_*
|
||
|
|
addopts = -v --tb=short -s
|
||
|
|
markers =
|
||
|
|
asyncio: mark test as an async test
|
||
|
|
slow: mark test as slow running
|