[Zope3-checkins] SVN: Zope3/trunk/dut.py Change test boilerplate so that doctest modules are callable from

Philipp von Weitershausen philikon at philikon.de
Wed Jul 28 08:23:48 EDT 2004


Log message for revision 26802:
  Change test boilerplate so that doctest modules are callable from
  the command line properly.
  


Changed:
  U   Zope3/trunk/dut.py


-=-
Modified: Zope3/trunk/dut.py
===================================================================
--- Zope3/trunk/dut.py	2004-07-27 20:52:22 UTC (rev 26801)
+++ Zope3/trunk/dut.py	2004-07-28 12:23:48 UTC (rev 26802)
@@ -35,4 +35,4 @@
         ))
 
 if __name__ == '__main__':
-    unittest.main()
+    unittest.main(defaultTest='test_suite')



More information about the Zope3-Checkins mailing list