summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
diff options
context:
space:
mode:
authorChristine Lytwynec <chris.lytwynec@gmail.com>2015-04-21 11:28:13 -0400
committerChristine Lytwynec <chris.lytwynec@gmail.com>2015-04-21 11:28:13 -0400
commit7efd4f50062f750df145102fc07c87fc49599bbe (patch)
tree723c845d231e6ae7ef8013685758a1a52990f51c /tests/test_cmdline.py
parenta1c737c03dbb0c1dfee85d436ddcaeafc7a5dbfe (diff)
downloadpython-coveragepy-7efd4f50062f750df145102fc07c87fc49599bbe.tar.gz
Added ability to combine coverage data files from multiple directories into one file via command line args.
Diffstat (limited to 'tests/test_cmdline.py')
-rw-r--r--tests/test_cmdline.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index 775e003..54d8419 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -214,10 +214,10 @@ class CmdLineTest(BaseCmdLineTest):
def test_combine(self):
# coverage combine
- self.cmd_executes("combine", """\
+ self.cmd_executes("combine datadir1", """\
.coverage()
.load()
- .combine()
+ .combine(["datadir1"])
.save()
""")