[commit] r1526 - trunk/Tests/GPyUnit
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Mon Sep 12 11:25:50 CDT 2011
Author: ksmyth
Date: Mon Sep 12 11:25:50 2011
New Revision: 1526
Log:
Need import xmlrunner
Modified:
trunk/Tests/GPyUnit/run_tests.py
Modified: trunk/Tests/GPyUnit/run_tests.py
==============================================================================
--- trunk/Tests/GPyUnit/run_tests.py Mon Sep 12 10:49:09 2011 (r1525)
+++ trunk/Tests/GPyUnit/run_tests.py Mon Sep 12 11:25:50 2011 (r1526)
@@ -26,6 +26,7 @@
(options, args) = parser.parse_args()
if options.xml:
import os.path
+ import xmlrunner
with open("tests.xml", "w") as output:
output.write("<testsuites>")
for test in _tests:
More information about the gme-commit
mailing list