mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-06-11 20:14:13 -04:00
7 lines
125 B
INI
7 lines
125 B
INI
[pytest]
|
|
testpaths = tests
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
addopts = -v --tb=short
|