
This doesn't add any actual tests but it should pave the way for that. Tests may be run like so: {{{ python setup.py nosetests --with-coverage }}}
8 lines
126 B
INI
8 lines
126 B
INI
[nosetests]
|
|
nocapture = 1
|
|
cover-package = rattail
|
|
cover-erase = 1
|
|
cover-inclusive = 1
|
|
cover-html = 1
|
|
cover-html-dir = htmlcov
|