From 1c2bb37e06e97f9a1577f624e4bce4afa56bfcce Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Fri, 1 Nov 2013 21:57:12 +0100 Subject: Add command to measure test coverage. --- docs/contributing.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/contributing.rst') diff --git a/docs/contributing.rst b/docs/contributing.rst index 3151bcd..8c8a49b 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -35,6 +35,10 @@ environment:: $ make test +You can enable coverage measurement during tests:: + + $ make coverage + You can also run the test suite on all supported versions of Django and Python:: -- cgit v1.2.3