summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/testing.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/docutils/docs/dev/testing.txt b/docutils/docs/dev/testing.txt
index f35ef221a..5941f0de6 100644
--- a/docutils/docs/dev/testing.txt
+++ b/docutils/docs/dev/testing.txt
@@ -27,12 +27,12 @@ Setting Up For Testing
Recent versions of Python's ``unittest.py`` module have an annoying
new "feature", where newlines in test failure output are displayed as
-"\n" (two characters) instead of as actual newlines. This means that
-test failure output is unreadable and unuseable. Earlier versions
-didn't have this feature, and the output could easily be copied and
-pasted into test data modules. Revision `1.7.2.1 of unittest.py`__
-works well. Download it, place it in the ``test/`` directory, and
-enjoy much better output.
+``\n`` (two characters) instead of as actual newlines. This means
+that test failure output is unreadable and unuseable. Earlier
+versions didn't have this feature, and the output could easily be
+copied and pasted into test data modules. Revision `1.7.2.1 of
+unittest.py`__ works well. Download it, place it in the ``test/``
+directory, and enjoy much better output.
__ http://cvs.sf.net/viewcvs.py/*checkout*/python/python/dist/src/Lib/unittest.py?rev=1.7.2.1