docs: Add link to online test coverage reports

This commit is contained in:
Stein Magnus Jodal 2010-03-24 00:11:53 +01:00
parent fdf3d4f11b
commit f7a4c379de

View File

@ -56,10 +56,16 @@ Or, they can be installed using ``pip``::
Then, to run all tests, go to the project directory and run::
python tests
# or
nosetests
For more documentation on testing Mopidy, check out the `nose docs
For more documentation on testing, check out the `nose docs
<http://somethingaboutorange.com/mrl/projects/nose/>`_.
The coverage report at http://www.mopidy.com/coverage/ is automatically updated
within 10 minutes after an update is pushed to ``jodal/mopidy/master`` at
GitHub.
Writing documentation
=====================