summaryrefslogtreecommitdiff
path: root/tests/farm/annotate/run_encodings.py
blob: eb1a3a9a1575a6f34f046c49f3317d61ccfd3bb9 (plain)
1
2
3
4
5
6
7
copy("src", "out")
run("""
    coverage run utf8.py
    coverage annotate utf8.py
    """, rundir="out")
compare("out", "gold_encodings", "*,cover")
clean("out")