blob: 96213b641a40e9499c9cd8120b77d9fd8f69bf2c [file] [log] [blame]
[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
env =
D:BST_TEST_SUITE=True