diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-18 21:59:07 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-18 21:59:07 -0400 |
| commit | 0f274270ce3c31a967382299501ed13e198d0198 (patch) | |
| tree | b73707d41370ab8cd231f527baa0496dcc44133c /test/farm/annotate/annotate_dir.py | |
| parent | b5b3a7caa16806ba781526dcac00502571e96fa8 (diff) | |
| download | python-coveragepy-0f274270ce3c31a967382299501ed13e198d0198.tar.gz | |
Make the farm tests more isolated by forcing them to erase coverage data first.
Diffstat (limited to 'test/farm/annotate/annotate_dir.py')
| -rw-r--r-- | test/farm/annotate/annotate_dir.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/farm/annotate/annotate_dir.py b/test/farm/annotate/annotate_dir.py index 23dfff3..3e37f9e 100644 --- a/test/farm/annotate/annotate_dir.py +++ b/test/farm/annotate/annotate_dir.py @@ -1,8 +1,7 @@ copy("src", "run") run(""" - coverage -x multi.py + coverage -e -x multi.py coverage -a -d out_anno_dir """, rundir="run") compare("run/out_anno_dir", "gold_anno_dir", "*,cover", left_extra=True) -clean("out_anno_dir") clean("run") |
