mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 18:04:12 +08:00
13 lines
162 B
INI
13 lines
162 B
INI
[nosetests]
|
|
verbosity=2
|
|
detailed-errors=1
|
|
|
|
with-xcoverage=1
|
|
cover-package=zipline
|
|
cover-erase=1
|
|
cover-html=1
|
|
cover-html-dir=docs/_build/html/cover
|
|
with-xunit=1
|
|
|
|
|