summaryrefslogtreecommitdiff
path: root/test/farm/annotate/run.py
blob: 8ecfce89fed2169d32b609ad848167a018a13820 (plain)
1
2
3
4
5
6
7
copy("src", "out")
run("""
    coverage -x white.py
    coverage -a white.py
    """, rundir="out")
compare("out", "gold", "*,cover")
clean("out")