blob: a89a2e902d38a00f6300de6dce6711bba091d816 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[aliases]
test=pytest
[tool:pytest]
addopts = --verbose --basetemp ./tmp --pep8 --cov=buildstream --cov-report term-missing
python_files = tests/*/*.py
pep8maxlinelength = 119
pep8ignore =
* E129
* E125
doc/source/conf.py ALL
tmp/* ALL
*/lib/python3* ALL
*/bin/* ALL
|