[Checkins] SVN: zope.testing/branches/regebro-python3/src/zope/testing/testrunner/testrunner- update tests to fake out curses.error, too

Wolfgang Schnerring wosc at wosc.de
Mon Sep 14 01:41:05 EDT 2009


Log message for revision 103903:
  update tests to fake out curses.error, too
  

Changed:
  U   zope.testing/branches/regebro-python3/src/zope/testing/testrunner/testrunner-colors.txt
  U   zope.testing/branches/regebro-python3/src/zope/testing/testrunner/testrunner-progress.txt

-=-
Modified: zope.testing/branches/regebro-python3/src/zope/testing/testrunner/testrunner-colors.txt
===================================================================
--- zope.testing/branches/regebro-python3/src/zope/testing/testrunner/testrunner-colors.txt	2009-09-13 14:44:12 UTC (rev 103902)
+++ zope.testing/branches/regebro-python3/src/zope/testing/testrunner/testrunner-colors.txt	2009-09-14 05:41:04 UTC (rev 103903)
@@ -379,6 +379,7 @@
 We can fake it
 
     >>> class FakeCurses(object):
+    ...     error = None
     ...     class error(Exception):
     ...         pass
     ...     def setupterm(self):

Modified: zope.testing/branches/regebro-python3/src/zope/testing/testrunner/testrunner-progress.txt
===================================================================
--- zope.testing/branches/regebro-python3/src/zope/testing/testrunner/testrunner-progress.txt	2009-09-13 14:44:12 UTC (rev 103902)
+++ zope.testing/branches/regebro-python3/src/zope/testing/testrunner/testrunner-progress.txt	2009-09-14 05:41:04 UTC (rev 103903)
@@ -158,6 +158,7 @@
 that, we'll provide a fake curses module:
 
     >>> class FakeCurses:
+    ...     error = None
     ...     def setupterm(self):
     ...         pass
     ...     def tigetnum(self, ignored):



More information about the checkins mailing list