mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-22 05:05:10 -05:00
6 lines
119 B
INI
6 lines
119 B
INI
[tool:pytest]
|
|
asyncio_mode = auto
|
|
testpaths = tests
|
|
python_files = test_*.py
|
|
python_functions = test_*
|
|
addopts = -v -s |