summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/README11
1 files changed, 1 insertions, 10 deletions
diff --git a/Lib/test/README b/Lib/test/README
index 747d842..4509df4 100644
--- a/Lib/test/README
+++ b/Lib/test/README
@@ -3,7 +3,7 @@ Writing Python Regression Tests
+++++++++++++++++++++++++++++++
:Author: Skip Montanaro
-:Contact: skip@mojam.com
+:Contact: skip@pobox.com
Introduction
============
@@ -382,15 +382,6 @@ test_support provides the following useful objects:
statement is *not* correct Python syntax.
-Python and C statement coverage results are currently available at
-
- http://www.musi-cal.com/~skip/python/Python/dist/src/
-
-As of this writing (July, 2000) these results are being generated nightly.
-You can refer to the summaries and the test coverage output files to see
-where coverage is adequate or lacking and write test cases to beef up the
-coverage.
-
Some Non-Obvious regrtest Features
==================================
* Automagic test detection: When you create a new test file