add descriptor unit test

This commit is contained in:
Bastian Schroll 2020-04-14 18:33:49 +02:00
parent 24f310e56f
commit 370ad5ac85
No known key found for this signature in database
GPG key ID: 0AE96912A20E9F5F
3 changed files with 71 additions and 1 deletions

View file

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