coverage report now embedded in documentation

This commit is contained in:
fawce
2012-02-08 17:14:39 -05:00
parent 45f2476045
commit c90864222a
4 changed files with 12 additions and 5 deletions
+1 -4
View File
@@ -42,11 +42,8 @@ For line count::
$ paver sloccount
For syntax checking::
$ paver pyflakes
For building distributable egg::
$ paver bdist_egg
Tooling hints
+7
View File
@@ -14,6 +14,12 @@ Contents:
notes.rst
modules.rst
Review the unit test coverage_.
Indices and tables
==================
@@ -21,3 +27,4 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`
.. _coverage: cover/index.html
+3
View File
@@ -36,4 +36,7 @@ sloccount --wide --details ./ > sloccount.sc
#documentation output
paver apidocs html
#move coverage into apidocs
mv ./cover ./docs/_build/html
deactivate
+1 -1
View File
@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="1" errors="0" failures="0" skip="0"><testcase classname="qsim.test.test_messaging.MessagingTestCase" name="test_client" time="0.274" /></testsuite>
<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="1" errors="0" failures="0" skip="0"><testcase classname="qsim.test.test_messaging.MessagingTestCase" name="test_client" time="0.262" /></testsuite>