mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 22:49:25 +08:00
18 lines
225 B
INI
18 lines
225 B
INI
[nosetests]
|
|
verbosity=2
|
|
detailed-errors=1
|
|
|
|
with-coverage=1
|
|
cover-package=qsim
|
|
#cover-erase=1
|
|
cover-html=1
|
|
cover-html-dir=cover
|
|
|
|
# Drop into debugger on failure
|
|
pdb=0
|
|
pdb-failures=0
|
|
|
|
# For Jenkins
|
|
with-coverage=1
|
|
with-xunit=1
|