forked from PAWPAW/lib_rgb
10 lines
147 B
INI
10 lines
147 B
INI
[pytest]
|
|
|
|
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
|
|
addopts = -n 16 --dist=loadscope -p no:warnings
|
|
|
|
log_cli = 0 |