mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-12 11:50:11 +08:00
coverage report now embedded in documentation
This commit is contained in:
@@ -42,11 +42,8 @@ For line count::
|
||||
|
||||
$ paver sloccount
|
||||
|
||||
For syntax checking::
|
||||
|
||||
$ paver pyflakes
|
||||
|
||||
For building distributable egg::
|
||||
|
||||
$ paver bdist_egg
|
||||
|
||||
Tooling hints
|
||||
|
||||
@@ -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
|
||||
@@ -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
@@ -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>
|
||||
Reference in New Issue
Block a user