little change for testing

This commit is contained in:
Bastian Schroll 2018-09-14 13:56:33 +02:00
parent b932aa66ed
commit 3564680867
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
# by Bastian Schroll
[pytest]
addopts = -v --pep8 --cov --cov-report=term-missing --log-level=CRITICAL
addopts = -v --pep8 --cov=boswatch/ --cov-report=term-missing --log-level=CRITICAL
# classic or progress
console_output_style = progress