[Zope3-checkins]
SVN: zope.testing/branches/output-refactoring/src/zope/testing/testrunner.py
Meh. There's no obvious way to hook up the output formatter to
Marius Gedminas
marius at pov.lt
Fri Jul 13 07:27:57 EDT 2007
Log message for revision 77853:
Meh. There's no obvious way to hook up the output formatter to
FakeInputContinueGenerator.
Changed:
U zope.testing/branches/output-refactoring/src/zope/testing/testrunner.py
-=-
Modified: zope.testing/branches/output-refactoring/src/zope/testing/testrunner.py
===================================================================
--- zope.testing/branches/output-refactoring/src/zope/testing/testrunner.py 2007-07-13 11:26:02 UTC (rev 77852)
+++ zope.testing/branches/output-refactoring/src/zope/testing/testrunner.py 2007-07-13 11:27:56 UTC (rev 77853)
@@ -1149,7 +1149,6 @@
class FakeInputContinueGenerator:
def readline(self):
- # TODO LATER: figure out how to move this to OutputFormatter
print 'c\n'
print '*'*70
print ("Can't use pdb.set_trace when running a layer"
More information about the Zope3-Checkins
mailing list