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
commit46b0b4bc9fcbe56cb5d8782703f327366455bd93 (patch)
tree0a60f1ff1b2b42ce7cf1becd74c6f37ef37161ea /test/test_cmdline.py
parent488205aed767918e92d378d9483f7b471bf7aefd (diff)
downloadpython-coveragepy-46b0b4bc9fcbe56cb5d8782703f327366455bd93.tar.gz
XML output file is configurable in .rc file.
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 9196873..5624268 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=[],