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")