You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by le...@apache.org on 2005/06/24 00:12:48 UTC

svn commit: r201511 - /gump/branches/Gump3/pygump/python/gump/test/testDynagumper.py

Author: leosimons
Date: Thu Jun 23 15:12:47 2005
New Revision: 201511

URL: http://svn.apache.org/viewcvs?rev=201511&view=rev
Log:
Get rid of support code for testrunner.py -- no longer needed. Yay!

* pygump/python/gump/test/test*.py: remove the test_suite() methods from these files as well as the running through unittest.main() (which didn't work anyway unless you got a bunch of stuff right). This now works automatically through pylid.

Modified:
    gump/branches/Gump3/pygump/python/gump/test/testDynagumper.py

Modified: gump/branches/Gump3/pygump/python/gump/test/testDynagumper.py
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/pygump/python/gump/test/testDynagumper.py?rev=201511&r1=201510&r2=201511&view=diff
==============================================================================
--- gump/branches/Gump3/pygump/python/gump/test/testDynagumper.py (original)
+++ gump/branches/Gump3/pygump/python/gump/test/testDynagumper.py Thu Jun 23 15:12:47 2005
@@ -62,7 +62,3 @@
         self.project.startdate = "21 June 2005"
         self.project.enddate = "22 June 2005"
         dynagumper.visit_project(self.project)
-
-# this allows us to run this test by itself from the commandline
-if __name__ == '__main__':
-    unittest.main()