[Checkins] SVN: zc.selenium/trunk/src/zc/selenium/tests.py remove __name__ == '__main__' for test running

Christian Zagrodnick cz at gocept.com
Mon Jan 19 07:53:46 EST 2009


Log message for revision 94832:
  remove __name__ == '__main__' for test running
  
  

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

-=-
Modified: zc.selenium/trunk/src/zc/selenium/tests.py
===================================================================
--- zc.selenium/trunk/src/zc/selenium/tests.py	2009-01-19 12:48:48 UTC (rev 94831)
+++ zc.selenium/trunk/src/zc/selenium/tests.py	2009-01-19 12:53:46 UTC (rev 94832)
@@ -26,7 +26,3 @@
                     optionflags=doctest.ELLIPSIS|doctest.REPORT_NDIFF),
         doctest.DocTestSuite('zc.selenium.pytest'),
     ])
-
-if __name__ == '__main__':
-    unittest.main(defaultTest='test_suite')
-



More information about the Checkins mailing list