diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-29 00:38:17 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-29 00:38:17 (GMT) |
commit | df7a208ff70a66f4384252d12768dbd9e7c60204 (patch) | |
tree | c4a787727f2524f06f5882e61e2ccb4a7cb9249d /Lib/test | |
parent | fafd874bc8ae89a9c145e38d94cb14e628fcad34 (diff) | |
download | cpython-df7a208ff70a66f4384252d12768dbd9e7c60204.zip cpython-df7a208ff70a66f4384252d12768dbd9e7c60204.tar.gz cpython-df7a208ff70a66f4384252d12768dbd9e7c60204.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_doctest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_doctest.py b/Lib/test/test_doctest.py index 53798ab..2b39e33 100644 --- a/Lib/test/test_doctest.py +++ b/Lib/test/test_doctest.py @@ -1797,7 +1797,7 @@ def test_DocFileSuite(): Here, we didn't need to use a tearDown function because we modified the test globals. The test globals are automatically cleared for us after a test. - + """ def test_trailing_space_in_test(): @@ -1848,7 +1848,7 @@ def test_unittest_reportflags(): NameError: name 'favorite_color' is not defined <BLANKLINE> <BLANKLINE> - + We get only the first failure. If we give any reporting options when we set up the tests, |