summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 9e335fdc71e423b78271d4e5930255a88fd551d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[aliases]
test=pytest

[tool:pytest]
addopts = --verbose --basetemp ./tmp --pep8 --cov=buildstream --cov-config .coveragerc
python_files = tests/*/*.py
pep8maxlinelength = 119
pep8ignore =
    * E129
    * E125
    doc/source/conf.py ALL
    tmp/* ALL
    */lib/python3* ALL
    */bin/* ALL
    buildstream/_fuse/fuse.py ALL
env =
    D:BST_TEST_SUITE=True