[Python-checkins] devguide: Remove warnings about coverage issues as the patches have been applied.

brett.cannon python-checkins at python.org
Tue Feb 22 04:06:27 CET 2011


brett.cannon pushed 4c1f51eafc70 to devguide:

http://hg.python.org/devguide/rev/4c1f51eafc70
changeset:   310:4c1f51eafc70
tag:         tip
parent:      297:b560997b365d
user:        Brett Cannon <brett at python.org>
date:        Mon Feb 21 19:06:20 2011 -0800
summary:
  Remove warnings about coverage issues as the patches have been applied.

files:
  coverage.rst

diff --git a/coverage.rst b/coverage.rst
--- a/coverage.rst
+++ b/coverage.rst
@@ -46,15 +46,6 @@
 Measuring Coverage
 """"""""""""""""""
 
-.. warning::
-    Running the entire test suite under coverage (using either technique listed
-    below) currently fails as some tests are resetting the trace function;
-    see http://bugs.python.org/issue10990 for a patch.
-
-    There are also various tests that simply fail as they have not been made
-    robust in the face of coverage measuring/having a trace function set;
-    see http://bugs.python.org/issue10992 for a patch.
-
 It should be noted that a quirk of running coverage over Python's own stdlib is
 that certain modules are imported as part of interpreter startup. Those modules
 required by Python itself will not be viewed as executed by the coverage tools

--
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list