mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 19:30:28 +08:00
17 lines
216 B
INI
17 lines
216 B
INI
[nosetests]
|
|
verbosity=2
|
|
detailed-errors=1
|
|
|
|
with-xcoverage=1
|
|
cover-package=qsim
|
|
cover-erase=1
|
|
cover-html=1
|
|
cover-html-dir=docs/_build/html/cover
|
|
with-xunit=1
|
|
|
|
|
|
# Drop into debugger on failure
|
|
#pdb=0
|
|
#pdb-failures=0
|
|
|