summaryrefslogtreecommitdiff
path: root/tests/farm/annotate/run_multi.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/farm/annotate/run_multi.py')
-rw-r--r--tests/farm/annotate/run_multi.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/farm/annotate/run_multi.py b/tests/farm/annotate/run_multi.py
deleted file mode 100644
index eff9ff76..00000000
--- a/tests/farm/annotate/run_multi.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", "out_multi")
-run("""
- coverage run multi.py
- coverage annotate
- """, rundir="out_multi")
-compare("gold_multi", "out_multi", "*,cover")
-clean("out_multi")