mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-30 04:14:17 +01:00
update pytest plugins and options
This commit is contained in:
parent
a7671dc154
commit
2b4e1c1bda
|
|
@ -9,6 +9,6 @@ mkdocs
|
||||||
# for develope only
|
# for develope only
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-pep8
|
pytest-flake8
|
||||||
pytest-flakes
|
pytest-flakes
|
||||||
pytest-randomly
|
pytest-randomly
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
# by Bastian Schroll
|
# by Bastian Schroll
|
||||||
|
|
||||||
[pytest]
|
[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
|
# classic or progress
|
||||||
console_output_style = progress
|
console_output_style = progress
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue