diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2010-01-09 20:57:37 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-01-09 20:57:37 -0500 |
| commit | 46b0b4bc9fcbe56cb5d8782703f327366455bd93 (patch) | |
| tree | 0a60f1ff1b2b42ce7cf1becd74c6f37ef37161ea /test/test_cmdline.py | |
| parent | 488205aed767918e92d378d9483f7b471bf7aefd (diff) | |
| download | python-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.py | 2 |
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=[], |
