diff options
Diffstat (limited to 'tests/farm/annotate/run.py')
-rw-r--r-- | tests/farm/annotate/run.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/farm/annotate/run.py b/tests/farm/annotate/run.py deleted file mode 100644 index 6a985d5e..00000000 --- a/tests/farm/annotate/run.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") -run(""" - coverage run white.py - coverage annotate white.py - """, rundir="out") -compare("gold", "out", "*,cover") -clean("out") |