summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2007-12-08 15:26:16 (GMT)
committerSkip Montanaro <skip@pobox.com>2007-12-08 15:26:16 (GMT)
commit546624609e814d91a4d4fc6ad65c100309bac160 (patch)
tree79147fe19095e48c72b4bcf651545331eaaae495 /Lib
parentffe455c3a2432fa34c08ad434ec51aecd366530d (diff)
downloadcpython-546624609e814d91a4d4fc6ad65c100309bac160.zip
cpython-546624609e814d91a4d4fc6ad65c100309bac160.tar.gz
cpython-546624609e814d91a4d4fc6ad65c100309bac160.tar.bz2
correct email address
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