update pytest plugins and options

This commit is contained in:
Jan Speller 2021-01-06 22:47:37 +01:00
parent a7671dc154
commit 2b4e1c1bda
2 changed files with 2 additions and 2 deletions

View file

@ -9,6 +9,6 @@ mkdocs
# for develope only
pytest
pytest-cov
pytest-pep8
pytest-flake8
pytest-flakes
pytest-randomly

View file

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