[Checkins] SVN: zc.blist/trunk/src/zc/blist/tests.py moved long-running tests to test level 2

Thomas Lotze tl at gocept.com
Wed Oct 1 15:48:14 EDT 2008


Log message for revision 91655:
  moved long-running tests to test level 2

Changed:
  U   zc.blist/trunk/src/zc/blist/tests.py

-=-
Modified: zc.blist/trunk/src/zc/blist/tests.py
===================================================================
--- zc.blist/trunk/src/zc/blist/tests.py	2008-10-01 19:40:26 UTC (rev 91654)
+++ zc.blist/trunk/src/zc/blist/tests.py	2008-10-01 19:48:13 UTC (rev 91655)
@@ -257,6 +257,9 @@
 
 
 class CanaryTestCase(unittest.TestCase):
+
+    level = 2
+
     def test_canary(self):
         c = Canary([])
         c()



More information about the Checkins mailing list