ED_LRR/setup.cfg

12 lines
248 B
INI

[flake8]
exclude = .nox,.git,__pycache__,build,dist,.history,.eggs
verbose = 1
[tool:pytest]
qt_api = pyqt5
console_output_style = progress
addopts = --benchmark-skip
testpaths = tests
python_files = test_*.py
python_functions = test_*