summaryrefslogtreecommitdiff
path: root/test/farm/annotate/annotate_dir.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-18 21:15:06 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-18 21:15:06 -0400
commit826c1f45355d441b1da33f1ce45b2f933244a545 (patch)
tree3c968022eadcc3706fecaba27ff4e8108a2492c6 /test/farm/annotate/annotate_dir.py
parentb2dfda7020ecce0e895d471fa305f5f7c64a983c (diff)
downloadpython-coveragepy-git-826c1f45355d441b1da33f1ce45b2f933244a545.tar.gz
More annotate tests, but something is amiss.
Diffstat (limited to 'test/farm/annotate/annotate_dir.py')
-rw-r--r--test/farm/annotate/annotate_dir.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/farm/annotate/annotate_dir.py b/test/farm/annotate/annotate_dir.py
new file mode 100644
index 00000000..23dfff30
--- /dev/null
+++ b/test/farm/annotate/annotate_dir.py
@@ -0,0 +1,8 @@
+copy("src", "run")
+run("""
+ coverage -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")