diff options
Diffstat (limited to 'tests/farm/annotate/run.py')
-rw-r--r-- | tests/farm/annotate/run.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/farm/annotate/run.py b/tests/farm/annotate/run.py new file mode 100644 index 00000000..c645f21c --- /dev/null +++ b/tests/farm/annotate/run.py @@ -0,0 +1,7 @@ +copy("src", "out") +run(""" + coverage -e -x white.py + coverage -a white.py + """, rundir="out") +compare("out", "gold", "*,cover") +clean("out") |