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:
Lance Edgar 2013-06-18 22:19:52 -07:00
parent 25611f1e68
commit 4fe5ad9bf0
7 changed files with 68 additions and 30 deletions

7
setup.cfg Normal file
View file

@ -0,0 +1,7 @@
[nosetests]
nocapture = 1
cover-package = edbob
cover-erase = 1
cover-inclusive = 1
cover-html = 1
cover-html-dir = htmlcov