ED_LRR/setup.cfg

12 lines
248 B
INI
Raw Normal View History

2020-03-28 13:53:52 +00:00
[flake8]
2020-06-16 13:38:31 +00:00
exclude = .nox,.git,__pycache__,build,dist,.history,.eggs
2020-03-28 13:53:52 +00:00
verbose = 1
[tool:pytest]
qt_api = pyqt5
console_output_style = progress
2020-06-16 13:38:31 +00:00
addopts = --benchmark-skip
2020-03-28 13:53:52 +00:00
testpaths = tests
python_files = test_*.py
2020-06-16 13:38:31 +00:00
python_functions = test_*