diff options
| author | Aymeric Augustin | 2013-11-01 21:57:12 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-11-01 21:57:12 +0100 | 
| commit | 1c2bb37e06e97f9a1577f624e4bce4afa56bfcce (patch) | |
| tree | 8dec46df5606a1c8b1ed3175176d495f20276c68 /docs/contributing.rst | |
| parent | 96f1cb4b0d4b10903502e917ddaa460bc05f5ca3 (diff) | |
| download | django-debug-toolbar-1c2bb37e06e97f9a1577f624e4bce4afa56bfcce.tar.bz2 | |
Add command to measure test coverage.
Diffstat (limited to 'docs/contributing.rst')
| -rw-r--r-- | docs/contributing.rst | 4 | 
1 files changed, 4 insertions, 0 deletions
| 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:: | 
