Kaydet (Commit) a5b41eb1 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix test_pyclbr which failed because the new StringIO presented bases it couldn't find

üst 3ade6f90
...@@ -140,7 +140,7 @@ class PyclbrTest(TestCase): ...@@ -140,7 +140,7 @@ class PyclbrTest(TestCase):
def test_easy(self): def test_easy(self):
self.checkModule('pyclbr') self.checkModule('pyclbr')
self.checkModule('doctest', ignore=("TestResults",)) self.checkModule('doctest', ignore=("TestResults", "_SpoofOut"))
self.checkModule('rfc822') self.checkModule('rfc822')
self.checkModule('difflib', ignore=("Match",)) self.checkModule('difflib', ignore=("Match",))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment