[Zope3-checkins] SVN: Zope3/trunk/src/zope/interface/tests/test_element.py Provided module title.

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


Log message for revision 26465:
  Provided module title.
  
  Modernized test module.
  


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


-=-
Modified: Zope3/trunk/src/zope/interface/tests/test_element.py
===================================================================
--- Zope3/trunk/src/zope/interface/tests/test_element.py	2004-07-13 16:48:13 UTC (rev 26464)
+++ Zope3/trunk/src/zope/interface/tests/test_element.py	2004-07-13 16:48:44 UTC (rev 26465)
@@ -11,10 +11,8 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""XXX short summary goes here.
+"""Test Element meta-class.
 
-XXX longer description goes here.
-
 $Id$
 """
 
@@ -43,4 +41,4 @@
 
 
 if __name__ == '__main__':
-    unittest.main()
+    unittest.main(defaultTest=test_suite)



More information about the Zope3-Checkins mailing list