[commit] r1542 - trunk/Tests/GPyUnit
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Fri Sep 16 12:48:17 CDT 2011
Author: ksmyth
Date: Fri Sep 16 12:48:17 2011
New Revision: 1542
Log:
Note 2.7 is required for test discovery
Modified:
trunk/Tests/GPyUnit/run_tests.py
Modified: trunk/Tests/GPyUnit/run_tests.py
==============================================================================
--- trunk/Tests/GPyUnit/run_tests.py Thu Sep 15 09:43:39 2011 (r1541)
+++ trunk/Tests/GPyUnit/run_tests.py Fri Sep 16 12:48:17 2011 (r1542)
@@ -1,6 +1,6 @@
import unittest
-# it is also possible to run tests like this:
+# it is also possible to run tests like this on Python 2.7:
# python -m unittest Regr.Mga.tc7
_tests = unittest.defaultTestLoader.loadTestsFromNames((
'test_registrar',
More information about the gme-commit
mailing list