projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ade6f9
)
fix test_pyclbr which failed because the new StringIO presented bases it couldn't...
author
Benjamin Peterson
<benjamin@python.org>
Thu, 12 Jun 2008 01:50:39 +0000
(
01:50
+0000)
committer
Benjamin Peterson
<benjamin@python.org>
Thu, 12 Jun 2008 01:50:39 +0000
(
01:50
+0000)
Lib/test/test_pyclbr.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_pyclbr.py
b/Lib/test/test_pyclbr.py
index e8eb94ee3232309b46189cb8154e28569e390ac9..77b691db765a12d83ac7091836b216a2962f3130 100644
(file)
--- a/
Lib/test/test_pyclbr.py
+++ b/
Lib/test/test_pyclbr.py
@@
-140,7
+140,7
@@
class PyclbrTest(TestCase):
def test_easy(self):
self.checkModule('pyclbr')
- self.checkModule('doctest', ignore=("TestResults",))
+ self.checkModule('doctest', ignore=("TestResults",
"_SpoofOut"
))
self.checkModule('rfc822')
self.checkModule('difflib', ignore=("Match",))