[Zope3-checkins] SVN: Zope3/trunk/src/zope/interface/tests/test_advice.py Modernized test module.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Jul 13 12:48:13 EDT 2004


Log message for revision 26464:
  Modernized test module.
  


Changed:
  U   Zope3/trunk/src/zope/interface/tests/test_advice.py


-=-
Modified: Zope3/trunk/src/zope/interface/tests/test_advice.py
===================================================================
--- Zope3/trunk/src/zope/interface/tests/test_advice.py	2004-07-13 16:46:02 UTC (rev 26463)
+++ Zope3/trunk/src/zope/interface/tests/test_advice.py	2004-07-13 16:48:13 UTC (rev 26464)
@@ -173,23 +173,5 @@
 def test_suite():
     return TestSuite([makeSuite(t,'check') for t in TestClasses])
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+if __name__ == '__main__':
+    unittest.main(defaultTest=test_suite)



More information about the Zope3-Checkins mailing list