Files @ 4f34e6dddc7e
Branch filter:

Location: rattail-project/rattail/setup.cfg - annotation

lance
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
}}}
1
2
3
4
5
6
7
[nosetests]
nocapture = 1
cover-package = rattail
cover-erase = 1
cover-inclusive = 1
cover-html = 1
cover-html-dir = htmlcov