summaryrefslogtreecommitdiff
path: root/tests/farm/annotate/annotate_dir.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/farm/annotate/annotate_dir.py')
-rw-r--r--tests/farm/annotate/annotate_dir.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/farm/annotate/annotate_dir.py b/tests/farm/annotate/annotate_dir.py
deleted file mode 100644
index 0ecf71bd..00000000
--- a/tests/farm/annotate/annotate_dir.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
-# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
-
-copy("src", "run")
-run("""
- coverage run multi.py
- coverage annotate -d out_anno_dir
- """, rundir="run")
-compare("gold_anno_dir", "run/out_anno_dir", "*,cover", actual_extra=True)
-clean("run")