|
@@ -509,7 +509,7 @@ Calculating test coverage
|
|
|
Code coverage in HTML:
|
|
|
::
|
|
|
|
|
|
- $ nosetests --with-coverage3 --cover3-html
|
|
|
+ $ nosetests --with-coverage --cover-html
|
|
|
|
|
|
The coverage output will then be located at
|
|
|
``celery/tests/cover/index.html``.
|
|
@@ -517,7 +517,7 @@ The coverage output will then be located at
|
|
|
Code coverage in XML (Cobertura-style):
|
|
|
::
|
|
|
|
|
|
- $ nosetests --with-coverage3 --cover3-xml --cover3-xml-file=coverage.xml
|
|
|
+ $ nosetests --with-coverage --cover-xml --cover-xml-file=coverage.xml
|
|
|
|
|
|
The coverage XML output will then be located at ``coverage.xml``
|
|
|
|