diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-30 10:10:08 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-30 10:10:08 -0400 |
| commit | 8b9ba53c845a304dfddc5a78cf0107365edc505d (patch) | |
| tree | b705d1398fead7799f841f4576f658138b686212 /tests/test_cmdline.py | |
| parent | e812f4dd7e82a9de6323b139c9ae3e02cd16d7f0 (diff) | |
| download | python-coveragepy-8b9ba53c845a304dfddc5a78cf0107365edc505d.tar.gz | |
Get --append working again.
Diffstat (limited to 'tests/test_cmdline.py')
| -rw-r--r-- | tests/test_cmdline.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py index cbc44ef..2044471 100644 --- a/tests/test_cmdline.py +++ b/tests/test_cmdline.py @@ -350,10 +350,10 @@ class CmdLineTest(BaseCmdLineTest): # run -a calls coverage.load first without erasing. self.cmd_executes("run -a foo.py", """\ .coverage() - .load() .start() .run_python_file('foo.py', ['foo.py']) .stop() + .combine(data_paths=['.coverage']) .save() """) # --timid sets a flag, and program arguments get passed through. |
