mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Tweak output when running tests
This commit is contained in:
parent
8dab258ef0
commit
a9f1a5195a
1 changed files with 2 additions and 1 deletions
|
|
@ -6,8 +6,9 @@ addopts =
|
||||||
--tb=short
|
--tb=short
|
||||||
--cov-config .coveragerc
|
--cov-config .coveragerc
|
||||||
--cov=vdirsyncer
|
--cov=vdirsyncer
|
||||||
--cov-report=term-missing
|
--cov-report=term-missing:skip-covered
|
||||||
--no-cov-on-fail
|
--no-cov-on-fail
|
||||||
|
--color=yes
|
||||||
# filterwarnings=error
|
# filterwarnings=error
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue