diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-15 06:51:35 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-15 06:55:09 -0500 |
commit | ceb660ca9422ac1b6bcf7d91869f574517e1007d (patch) | |
tree | b46d8de4101988409d63db9a792a8ca36eff221b /tests/farm/annotate/annotate_dir.py | |
parent | 6f66ab7c6f7ee256c3a9ba253d1b640129db7d72 (diff) | |
download | python-coveragepy-git-ceb660ca9422ac1b6bcf7d91869f574517e1007d.tar.gz |
Delete the annotate farm tests
Diffstat (limited to 'tests/farm/annotate/annotate_dir.py')
-rw-r--r-- | tests/farm/annotate/annotate_dir.py | 10 |
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") |