Prepare for tests.
This doesn't add any actual tests but it should pave the way for that. Tests may be run like so: .. code-block:: sh python setup.py nosetests --with-coverage
This commit is contained in:
parent
25611f1e68
commit
4fe5ad9bf0
7 changed files with 68 additions and 30 deletions
7
setup.cfg
Normal file
7
setup.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
[nosetests]
|
||||
nocapture = 1
|
||||
cover-package = edbob
|
||||
cover-erase = 1
|
||||
cover-inclusive = 1
|
||||
cover-html = 1
|
||||
cover-html-dir = htmlcov
|
Loading…
Add table
Add a link
Reference in a new issue