python-nose/nose-coverage-0.3.4.patch
2010-12-07 21:17:11 -08:00

17 lines
755 B
Diff

Index: nose-0.11.4/functional_tests/doc_tests/test_coverage_html/coverage_html.rst
===================================================================
--- nose-0.11.4.orig/functional_tests/doc_tests/test_coverage_html/coverage_html.rst
+++ nose-0.11.4/functional_tests/doc_tests/test_coverage_html/coverage_html.rst
@@ -32,9 +32,9 @@ The console coverage output is printed,
test_covered.test_blah ... hi
ok
<BLANKLINE>
- Name Stmts Exec Cover Missing
+ Name Stmts Miss Cover Missing
-------------------------------------
- blah 4 3 75% 6
+ blah 4 1 75% 6
----------------------------------------------------------------------
Ran 1 test in ...s
<BLANKLINE>