rattail/setup.cfg
Lance Edgar 4f34e6dddc Prepare for tests.
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
}}}
2013-06-19 08:03:42 -07:00

8 lines
126 B
INI

[nosetests]
nocapture = 1
cover-package = rattail
cover-erase = 1
cover-inclusive = 1
cover-html = 1
cover-html-dir = htmlcov