From 0922772bbab70f27d2e4529d1fd3da129ab6337b Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 5 Mar 2010 15:11:13 +0100 Subject: [PATCH] moved xmlrunner script to a different package --HG-- rename : xmlrunner.py => Cython/Tests/xmlrunner.py --- xmlrunner.py => Cython/Tests/xmlrunner.py | 0 runtests.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename xmlrunner.py => Cython/Tests/xmlrunner.py (100%) diff --git a/xmlrunner.py b/Cython/Tests/xmlrunner.py similarity index 100% rename from xmlrunner.py rename to Cython/Tests/xmlrunner.py diff --git a/runtests.py b/runtests.py index 30a1e47a..0852d164 100644 --- a/runtests.py +++ b/runtests.py @@ -882,7 +882,7 @@ if __name__ == '__main__': if options.xml_output_dir: sys.path.append('.') - from xmlrunner import XMLTestRunner + from Cython.Tests.xmlrunner import XMLTestRunner test_runner = XMLTestRunner(output=options.xml_output_dir, verbose=options.verbosity > 0) else: -- 2.26.2