[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/server/tests/test_accesslog.py make test module executable from command line.

Philipp von Weitershausen philikon at philikon.de
Mon Jul 25 20:37:16 EDT 2005


Log message for revision 37419:
  make test module executable from command line.
  

Changed:
  U   Zope3/branches/ZopeX3-3.0/src/zope/app/server/tests/test_accesslog.py

-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/server/tests/test_accesslog.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/server/tests/test_accesslog.py	2005-07-26 00:34:12 UTC (rev 37418)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/server/tests/test_accesslog.py	2005-07-26 00:37:16 UTC (rev 37419)
@@ -72,3 +72,6 @@
 
 def test_suite():
     return unittest.makeSuite(TestAccessLogging)
+
+if __name__ == '__main__':
+    unittest.main()



More information about the Zope3-Checkins mailing list