summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: f5e4d9cd0e15ff3872ad4ee33b44fb5b94a04452 (plain)
1
2
3
4
5
6
7
8
9
10
11
[aliases]
test=pytest

[tool:pytest]
addopts = --verbose --basetemp ./tmp --pep8 --cov=buildstream --cov-report term-missing
python_files = tests/*/*.py
pep8maxlinelength = 119
pep8ignore =
    * E129
    doc/source/conf.py ALL
    tmp/* ALL