Commit 0922772b authored by Stefan Behnel's avatar Stefan Behnel

moved xmlrunner script to a different package

--HG--
rename : xmlrunner.py => Cython/Tests/xmlrunner.py
parent 47b30474
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment