mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-09 02:00:16 +01:00
update pytest plugins and options
This commit is contained in:
parent
a7671dc154
commit
2b4e1c1bda
|
|
@ -9,6 +9,6 @@ mkdocs
|
|||
# for develope only
|
||||
pytest
|
||||
pytest-cov
|
||||
pytest-pep8
|
||||
pytest-flake8
|
||||
pytest-flakes
|
||||
pytest-randomly
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue