diff --git a/docs/development/contributing.rst b/docs/development/contributing.rst index f3d68e6d..ae42d611 100644 --- a/docs/development/contributing.rst +++ b/docs/development/contributing.rst @@ -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 `_. +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 =====================