From f7a4c379dee598fb4e5a361ac3475569d6013b90 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 24 Mar 2010 00:11:53 +0100 Subject: [PATCH] docs: Add link to online test coverage reports --- docs/development/contributing.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 =====================