[Python-checkins] devguide: Merge from default

antoine.pitrou python-checkins at python.org
Sat Feb 12 21:50:56 CET 2011


antoine.pitrou pushed 4a3ea9e0b132 to devguide:

http://hg.python.org/devguide/rev/4a3ea9e0b132
changeset:   298:4a3ea9e0b132
branch:      hg_transition
tag:         tip
parent:      296:204d86e42be6
parent:      297:b560997b365d
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Feb 12 21:50:53 2011 +0100
summary:
  Merge from default

files:
  

diff --git a/coverage.rst b/coverage.rst
--- a/coverage.rst
+++ b/coverage.rst
@@ -49,11 +49,11 @@
 .. 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
+    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
+    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
@@ -170,7 +170,7 @@
     If you are running coverage over the entire test suite, make sure to
     add ``-x test_importlib test_runpy test_trace`` to exclude those tests as
     they trigger exceptions during coverage; see
-    http://bugs.python.org/issue10541 and http://bugs.python.org/issue10991
+    http://bugs.python.org/issue10541 and http://bugs.python.org/issue10991.
 
 Once the tests are done you will find the directory you specified contains
 files for each executed module along with which lines were executed how many

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


More information about the Python-checkins mailing list