mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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
|
||||
--cov-config .coveragerc
|
||||
--cov=vdirsyncer
|
||||
--cov-report=term-missing
|
||||
--cov-report=term-missing:skip-covered
|
||||
--no-cov-on-fail
|
||||
--color=yes
|
||||
# filterwarnings=error
|
||||
|
||||
[flake8]
|
||||
|
|
|
|||
Loading…
Reference in a new issue