summaryrefslogtreecommitdiff
path: root/test/test_cmdline.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-01-09 20:57:37 -0500
committerNed Batchelder <ned@nedbatchelder.com>2010-01-09 20:57:37 -0500
commit1bec288c62eca5f608e047c009730a43da7df725 (patch)
treecf4784f5aa045684f705a24c11935aadaafe5b0a /test/test_cmdline.py
parent0d54199f9c087c230d6e7d1bc0fd933ffb5ac82a (diff)
downloadpython-coveragepy-git-1bec288c62eca5f608e047c009730a43da7df725.tar.gz
XML output file is configurable in .rc file.
--HG-- rename : test/farm/html/run_a_xml.py => test/farm/html/run_a_xml_1.py
Diffstat (limited to 'test/test_cmdline.py')
-rw-r--r--test/test_cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_cmdline.py b/test/test_cmdline.py
index 9196873f..56242681 100644
--- a/test/test_cmdline.py
+++ b/test/test_cmdline.py
@@ -482,7 +482,7 @@ class NewCmdLineTest(CmdLineTest):
""")
self.cmd_executes("xml -o -", self.INIT_LOAD + """\
.xml_report(ignore_errors=None, omit_prefixes=None, morfs=[],
- outfile=None)
+ outfile="-")
""")
self.cmd_executes("xml --omit fooey", self.INIT_LOAD + """\
.xml_report(ignore_errors=None, omit_prefixes=["fooey"], morfs=[],