diff options
Diffstat (limited to 'tests/test_farm.py')
-rw-r--r-- | tests/test_farm.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_farm.py b/tests/test_farm.py index 2310e7cc..b2ea3697 100644 --- a/tests/test_farm.py +++ b/tests/test_farm.py @@ -26,8 +26,8 @@ class FarmTestCase(object): copy("src", "out") run(''' - coverage -x white.py - coverage -a white.py + coverage run white.py + coverage annotate white.py ''', rundir="out") compare("out", "gold", "*,cover") clean("out") |