84225f00e1
This doesn't add much in the way of useful tests but it should pave the way for more. Tests may be run like so: {{{ python setup.py nosetests --with-coverage }}}
8 lines
134 B
INI
8 lines
134 B
INI
[nosetests]
|
|
nocapture = 1
|
|
cover-package = rattail.pyramid
|
|
cover-erase = 1
|
|
cover-inclusive = 1
|
|
cover-html = 1
|
|
cover-html-dir = htmlcov
|