File: setup.cfg

package info (click to toggle)
python-sure 2.0.1%2Bgit.2023.02.06.3aef950b7c-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 744 kB
  • sloc: python: 3,512; makefile: 255; sh: 12
file content (19 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[nosetests]
verbosity=3
rednose=1
with-coverage=1
cover-inclusive=1
cover-package=sure
cover-branches=1
nocapture=1
nologcapture=1
stop=1


[tool:pytest]
log_auto_indent = True
addopts =  --maxfail=1 --capture=no -vv --cov=sure
testpaths =
    tests
filterwarnings =
    ignore::DeprecationWarning