Initial tests.
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 }}}
This commit is contained in:
parent
4174e6d77d
commit
84225f00e1
17 changed files with 250 additions and 90 deletions
7
setup.cfg
Normal file
7
setup.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
[nosetests]
|
||||
nocapture = 1
|
||||
cover-package = rattail.pyramid
|
||||
cover-erase = 1
|
||||
cover-inclusive = 1
|
||||
cover-html = 1
|
||||
cover-html-dir = htmlcov
|
Loading…
Add table
Add a link
Reference in a new issue