diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2013-08-28 22:24:39 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2013-08-28 22:24:39 (GMT) |
commit | 7c1017bfee891a9442f21d21d46e429a11f7218f (patch) | |
tree | 00adb14e54753928369beae390af4df6325da134 /Lib/test/test_pyclbr.py | |
parent | eb9736845182a732b2fcfb32730984d7c6fff7f3 (diff) | |
download | cpython-7c1017bfee891a9442f21d21d46e429a11f7218f.zip cpython-7c1017bfee891a9442f21d21d46e429a11f7218f.tar.gz cpython-7c1017bfee891a9442f21d21d46e429a11f7218f.tar.bz2 |
Fix tests for #11798
Diffstat (limited to 'Lib/test/test_pyclbr.py')
-rw-r--r-- | Lib/test/test_pyclbr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index c094455..88aff89 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py @@ -142,7 +142,7 @@ class PyclbrTest(TestCase): self.checkModule('pyclbr') self.checkModule('ast') self.checkModule('doctest', ignore=("TestResults", "_SpoofOut", - "DocTestCase")) + "DocTestCase", '_DocTestSuite')) self.checkModule('difflib', ignore=("Match",)) def test_decorators(self): |