diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-15 08:26:32 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-15 08:26:32 -0400 |
commit | 739802b74a5fefe6f24b35ab1d7f1894f5315973 (patch) | |
tree | f7be396de65d93d31e1d3a2d145f81a8afad479a /test/farm/annotate/run.py | |
parent | 4db5b177ac5b347f8256cb11ca6ff0d02fc38847 (diff) | |
download | python-coveragepy-git-739802b74a5fefe6f24b35ab1d7f1894f5315973.tar.gz |
Naming the directorie numerically is silly.
--HG--
rename : test/farm/000/gold/white.py,cover => test/farm/annotate/gold/white.py,cover
rename : test/farm/000/run.py => test/farm/annotate/run.py
rename : test/farm/000/src/white.py => test/farm/annotate/src/white.py
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 00000000..8ecfce89 --- /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") |