mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
17 lines
204 B
INI
17 lines
204 B
INI
[options]
|
|
setup_requires =
|
|
pytest-runner
|
|
tests_require =
|
|
pytest
|
|
pytest-cov
|
|
|
|
[aliases]
|
|
test=pytest
|
|
|
|
[flake8]
|
|
exclude = .git,__pycache__
|
|
max-line-length = 120
|
|
|
|
[tool:pytest]
|
|
addopts = --cov=osc
|