You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-nose/nose-coverage-0.3.4.patch

17 lines
755 B

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>