From d5f8295256d04ba8cb5b42a16ce741a34c9bb3c5 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 2 Feb 2013 11:15:11 -0500 Subject: Move the test directory to tests to avoid conflicts with the stdlib test package. --- test/farm/annotate/run_multi.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/farm/annotate/run_multi.py (limited to 'test/farm/annotate/run_multi.py') diff --git a/test/farm/annotate/run_multi.py b/test/farm/annotate/run_multi.py deleted file mode 100644 index 4e8252e..0000000 --- a/test/farm/annotate/run_multi.py +++ /dev/null @@ -1,7 +0,0 @@ -copy("src", "out_multi") -run(""" - coverage -e -x multi.py - coverage -a - """, rundir="out_multi") -compare("out_multi", "gold_multi", "*,cover") -clean("out_multi") -- cgit v1.2.1