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