diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-15 14:53:38 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-15 14:53:38 -0400 |
commit | b744a07ca7bd102bc7947f39542726999a096619 (patch) | |
tree | 99919cd28b1accb10bdfecf4af54c1821ea69d5a /test/farm/annotate/run_multi.py | |
parent | 0b589a53e5d8fc1b65414fbe5f980430737c9839 (diff) | |
download | python-coveragepy-git-b744a07ca7bd102bc7947f39542726999a096619.tar.gz |
Another farm test.
Diffstat (limited to 'test/farm/annotate/run_multi.py')
-rw-r--r-- | test/farm/annotate/run_multi.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/farm/annotate/run_multi.py b/test/farm/annotate/run_multi.py new file mode 100644 index 00000000..586aa36c --- /dev/null +++ b/test/farm/annotate/run_multi.py @@ -0,0 +1,8 @@ +outdir = "out_multi" +copy("src", outdir) +run(""" + coverage -x multi.py + coverage -a + """, rundir=outdir) +compare(outdir, "gold_multi", "*,cover") +clean(outdir) |