[Checkins] SVN: z3c.testsetup/branches/new_markers/src/z3c/testsetup/tests/othercave/testing.py Modify custom setup/teardown messages.

Uli Fouquet uli at gnufix.de
Wed Sep 3 09:48:38 EDT 2008


Log message for revision 90759:
  Modify custom setup/teardown messages.

Changed:
  U   z3c.testsetup/branches/new_markers/src/z3c/testsetup/tests/othercave/testing.py

-=-
Modified: z3c.testsetup/branches/new_markers/src/z3c/testsetup/tests/othercave/testing.py
===================================================================
--- z3c.testsetup/branches/new_markers/src/z3c/testsetup/tests/othercave/testing.py	2008-09-03 13:48:00 UTC (rev 90758)
+++ z3c.testsetup/branches/new_markers/src/z3c/testsetup/tests/othercave/testing.py	2008-09-03 13:48:37 UTC (rev 90759)
@@ -2,10 +2,10 @@
 from zope.app.testing.functional import ZCMLLayer
 
 def setUp(test):
-    print "Setting up ", test
+    print "    Custom setUp for ", test
 
 def tearDown(test):
-    print "Tearing down ", test
+    print "    Custom tearDown for ", test
 
 # We define a ZCML test layer. ZCML layers are special as they define
 # some setup code for creation of empty ZODBs and more. If you only



More information about the Checkins mailing list