summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-02-02 11:15:11 -0500
committerNed Batchelder <ned@nedbatchelder.com>2013-02-02 11:15:11 -0500
commitd5f8295256d04ba8cb5b42a16ce741a34c9bb3c5 (patch)
treeff8c6d6310bb3865411d40198c07f26eb5709959
parentb5a466fc3d7a71fc811b2430f04e6fc270858935 (diff)
downloadpython-coveragepy-d5f8295256d04ba8cb5b42a16ce741a34c9bb3c5.tar.gz
Move the test directory to tests to avoid conflicts with the stdlib test package.
-rw-r--r--tests/__init__.py (renamed from test/__init__.py)0
-rw-r--r--tests/backtest.py (renamed from test/backtest.py)0
-rw-r--r--tests/backunittest.py (renamed from test/backunittest.py)0
-rw-r--r--tests/coveragetest.py (renamed from test/coveragetest.py)0
-rw-r--r--tests/covmodzip1.py (renamed from test/covmodzip1.py)0
-rw-r--r--tests/eggsrc/egg1/__init__.py (renamed from test/eggsrc/egg1/__init__.py)0
-rw-r--r--tests/eggsrc/egg1/egg1.py (renamed from test/eggsrc/egg1/egg1.py)0
-rw-r--r--tests/eggsrc/setup.py (renamed from test/eggsrc/setup.py)0
-rw-r--r--tests/farm/annotate/annotate_dir.py (renamed from test/farm/annotate/annotate_dir.py)0
-rw-r--r--tests/farm/annotate/gold/white.py,cover (renamed from test/farm/annotate/gold/white.py,cover)0
-rw-r--r--tests/farm/annotate/gold_anno_dir/a___init__.py,cover (renamed from test/farm/annotate/gold_anno_dir/a___init__.py,cover)0
-rw-r--r--tests/farm/annotate/gold_anno_dir/a_a.py,cover (renamed from test/farm/annotate/gold_anno_dir/a_a.py,cover)0
-rw-r--r--tests/farm/annotate/gold_anno_dir/b___init__.py,cover (renamed from test/farm/annotate/gold_anno_dir/b___init__.py,cover)0
-rw-r--r--tests/farm/annotate/gold_anno_dir/b_b.py,cover (renamed from test/farm/annotate/gold_anno_dir/b_b.py,cover)0
-rw-r--r--tests/farm/annotate/gold_anno_dir/multi.py,cover (renamed from test/farm/annotate/gold_anno_dir/multi.py,cover)0
-rw-r--r--tests/farm/annotate/gold_multi/a/__init__.py,cover (renamed from test/farm/annotate/gold_multi/a/__init__.py,cover)0
-rw-r--r--tests/farm/annotate/gold_multi/a/a.py,cover (renamed from test/farm/annotate/gold_multi/a/a.py,cover)0
-rw-r--r--tests/farm/annotate/gold_multi/b/__init__.py,cover (renamed from test/farm/annotate/gold_multi/b/__init__.py,cover)0
-rw-r--r--tests/farm/annotate/gold_multi/b/b.py,cover (renamed from test/farm/annotate/gold_multi/b/b.py,cover)0
-rw-r--r--tests/farm/annotate/gold_multi/multi.py,cover (renamed from test/farm/annotate/gold_multi/multi.py,cover)0
-rw-r--r--tests/farm/annotate/gold_v24/white.py,cover (renamed from test/farm/annotate/gold_v24/white.py,cover)0
-rw-r--r--tests/farm/annotate/run.py (renamed from test/farm/annotate/run.py)0
-rw-r--r--tests/farm/annotate/run_multi.py (renamed from test/farm/annotate/run_multi.py)0
-rw-r--r--tests/farm/annotate/src/a/__init__.py (renamed from test/farm/annotate/src/a/__init__.py)0
-rw-r--r--tests/farm/annotate/src/a/a.py (renamed from test/farm/annotate/src/a/a.py)0
-rw-r--r--tests/farm/annotate/src/b/__init__.py (renamed from test/farm/annotate/src/b/__init__.py)0
-rw-r--r--tests/farm/annotate/src/b/b.py (renamed from test/farm/annotate/src/b/b.py)0
-rw-r--r--tests/farm/annotate/src/multi.py (renamed from test/farm/annotate/src/multi.py)0
-rw-r--r--tests/farm/annotate/src/white.py (renamed from test/farm/annotate/src/white.py)0
-rw-r--r--tests/farm/html/gold_a/a.html (renamed from test/farm/html/gold_a/a.html)0
-rw-r--r--tests/farm/html/gold_a/index.html (renamed from test/farm/html/gold_a/index.html)0
-rw-r--r--tests/farm/html/gold_b_branch/b.html (renamed from test/farm/html/gold_b_branch/b.html)0
-rw-r--r--tests/farm/html/gold_b_branch/index.html (renamed from test/farm/html/gold_b_branch/index.html)0
-rw-r--r--tests/farm/html/gold_bom/bom.html (renamed from test/farm/html/gold_bom/bom.html)0
-rw-r--r--tests/farm/html/gold_bom/index.html (renamed from test/farm/html/gold_bom/index.html)0
-rw-r--r--tests/farm/html/gold_isolatin1/index.html (renamed from test/farm/html/gold_isolatin1/index.html)0
-rw-r--r--tests/farm/html/gold_isolatin1/isolatin1.html (renamed from test/farm/html/gold_isolatin1/isolatin1.html)0
-rw-r--r--tests/farm/html/gold_omit_1/index.html (renamed from test/farm/html/gold_omit_1/index.html)0
-rw-r--r--tests/farm/html/gold_omit_1/m1.html (renamed from test/farm/html/gold_omit_1/m1.html)0
-rw-r--r--tests/farm/html/gold_omit_1/m2.html (renamed from test/farm/html/gold_omit_1/m2.html)0
-rw-r--r--tests/farm/html/gold_omit_1/m3.html (renamed from test/farm/html/gold_omit_1/m3.html)0
-rw-r--r--tests/farm/html/gold_omit_1/main.html (renamed from test/farm/html/gold_omit_1/main.html)0
-rw-r--r--tests/farm/html/gold_omit_2/index.html (renamed from test/farm/html/gold_omit_2/index.html)0
-rw-r--r--tests/farm/html/gold_omit_2/m2.html (renamed from test/farm/html/gold_omit_2/m2.html)0
-rw-r--r--tests/farm/html/gold_omit_2/m3.html (renamed from test/farm/html/gold_omit_2/m3.html)0
-rw-r--r--tests/farm/html/gold_omit_2/main.html (renamed from test/farm/html/gold_omit_2/main.html)0
-rw-r--r--tests/farm/html/gold_omit_3/index.html (renamed from test/farm/html/gold_omit_3/index.html)0
-rw-r--r--tests/farm/html/gold_omit_3/m3.html (renamed from test/farm/html/gold_omit_3/m3.html)0
-rw-r--r--tests/farm/html/gold_omit_3/main.html (renamed from test/farm/html/gold_omit_3/main.html)0
-rw-r--r--tests/farm/html/gold_omit_4/index.html (renamed from test/farm/html/gold_omit_4/index.html)0
-rw-r--r--tests/farm/html/gold_omit_4/m1.html (renamed from test/farm/html/gold_omit_4/m1.html)0
-rw-r--r--tests/farm/html/gold_omit_4/m3.html (renamed from test/farm/html/gold_omit_4/m3.html)0
-rw-r--r--tests/farm/html/gold_omit_4/main.html (renamed from test/farm/html/gold_omit_4/main.html)0
-rw-r--r--tests/farm/html/gold_omit_5/index.html (renamed from test/farm/html/gold_omit_5/index.html)0
-rw-r--r--tests/farm/html/gold_omit_5/m1.html (renamed from test/farm/html/gold_omit_5/m1.html)0
-rw-r--r--tests/farm/html/gold_omit_5/main.html (renamed from test/farm/html/gold_omit_5/main.html)0
-rw-r--r--tests/farm/html/gold_other/blah_blah_other.html (renamed from test/farm/html/gold_other/blah_blah_other.html)0
-rw-r--r--tests/farm/html/gold_other/here.html (renamed from test/farm/html/gold_other/here.html)0
-rw-r--r--tests/farm/html/gold_other/index.html (renamed from test/farm/html/gold_other/index.html)0
-rw-r--r--tests/farm/html/gold_partial/index.html (renamed from test/farm/html/gold_partial/index.html)0
-rw-r--r--tests/farm/html/gold_partial/partial.html (renamed from test/farm/html/gold_partial/partial.html)0
-rw-r--r--tests/farm/html/gold_styled/a.html (renamed from test/farm/html/gold_styled/a.html)0
-rw-r--r--tests/farm/html/gold_styled/extra.css (renamed from test/farm/html/gold_styled/extra.css)0
-rw-r--r--tests/farm/html/gold_styled/index.html (renamed from test/farm/html/gold_styled/index.html)0
-rw-r--r--tests/farm/html/gold_styled/style.css (renamed from test/farm/html/gold_styled/style.css)0
-rw-r--r--tests/farm/html/gold_unicode/index.html (renamed from test/farm/html/gold_unicode/index.html)0
-rw-r--r--tests/farm/html/gold_unicode/unicode.html (renamed from test/farm/html/gold_unicode/unicode.html)0
-rw-r--r--tests/farm/html/gold_x_xml/coverage.xml (renamed from test/farm/html/gold_x_xml/coverage.xml)0
-rw-r--r--tests/farm/html/gold_y_xml_branch/coverage.xml (renamed from test/farm/html/gold_y_xml_branch/coverage.xml)0
-rw-r--r--tests/farm/html/othersrc/other.py (renamed from test/farm/html/othersrc/other.py)0
-rw-r--r--tests/farm/html/run_a.py (renamed from test/farm/html/run_a.py)0
-rw-r--r--tests/farm/html/run_a_xml_1.py (renamed from test/farm/html/run_a_xml_1.py)0
-rw-r--r--tests/farm/html/run_a_xml_2.py (renamed from test/farm/html/run_a_xml_2.py)0
-rw-r--r--tests/farm/html/run_b_branch.py (renamed from test/farm/html/run_b_branch.py)0
-rw-r--r--tests/farm/html/run_bom.py (renamed from test/farm/html/run_bom.py)0
-rw-r--r--tests/farm/html/run_isolatin1.py (renamed from test/farm/html/run_isolatin1.py)0
-rw-r--r--tests/farm/html/run_omit_1.py (renamed from test/farm/html/run_omit_1.py)0
-rw-r--r--tests/farm/html/run_omit_2.py (renamed from test/farm/html/run_omit_2.py)0
-rw-r--r--tests/farm/html/run_omit_3.py (renamed from test/farm/html/run_omit_3.py)0
-rw-r--r--tests/farm/html/run_omit_4.py (renamed from test/farm/html/run_omit_4.py)0
-rw-r--r--tests/farm/html/run_omit_5.py (renamed from test/farm/html/run_omit_5.py)0
-rw-r--r--tests/farm/html/run_other.py (renamed from test/farm/html/run_other.py)0
-rw-r--r--tests/farm/html/run_partial.py (renamed from test/farm/html/run_partial.py)0
-rw-r--r--tests/farm/html/run_styled.py (renamed from test/farm/html/run_styled.py)0
-rw-r--r--tests/farm/html/run_tabbed.py (renamed from test/farm/html/run_tabbed.py)0
-rw-r--r--tests/farm/html/run_unicode.py (renamed from test/farm/html/run_unicode.py)0
-rw-r--r--tests/farm/html/run_y_xml_branch.py (renamed from test/farm/html/run_y_xml_branch.py)0
-rw-r--r--tests/farm/html/src/a.py (renamed from test/farm/html/src/a.py)0
-rw-r--r--tests/farm/html/src/b.py (renamed from test/farm/html/src/b.py)0
-rw-r--r--tests/farm/html/src/bom.py (renamed from test/farm/html/src/bom.py)0
-rw-r--r--tests/farm/html/src/coverage.xml (renamed from test/farm/html/src/coverage.xml)0
-rw-r--r--tests/farm/html/src/extra.css (renamed from test/farm/html/src/extra.css)0
-rw-r--r--tests/farm/html/src/here.py (renamed from test/farm/html/src/here.py)0
-rw-r--r--tests/farm/html/src/isolatin1.py (renamed from test/farm/html/src/isolatin1.py)0
-rw-r--r--tests/farm/html/src/m1.py (renamed from test/farm/html/src/m1.py)0
-rw-r--r--tests/farm/html/src/m2.py (renamed from test/farm/html/src/m2.py)0
-rw-r--r--tests/farm/html/src/m3.py (renamed from test/farm/html/src/m3.py)0
-rw-r--r--tests/farm/html/src/main.py (renamed from test/farm/html/src/main.py)0
-rw-r--r--tests/farm/html/src/omit4.ini (renamed from test/farm/html/src/omit4.ini)0
-rw-r--r--tests/farm/html/src/omit5.ini (renamed from test/farm/html/src/omit5.ini)0
-rw-r--r--tests/farm/html/src/partial.py (renamed from test/farm/html/src/partial.py)0
-rw-r--r--tests/farm/html/src/run_a_xml_2.ini (renamed from test/farm/html/src/run_a_xml_2.ini)0
-rw-r--r--tests/farm/html/src/tabbed.py (renamed from test/farm/html/src/tabbed.py)0
-rw-r--r--tests/farm/html/src/unicode.py (renamed from test/farm/html/src/unicode.py)0
-rw-r--r--tests/farm/html/src/y.py (renamed from test/farm/html/src/y.py)0
-rw-r--r--tests/farm/run/run_chdir.py (renamed from test/farm/run/run_chdir.py)0
-rw-r--r--tests/farm/run/run_timid.py (renamed from test/farm/run/run_timid.py)0
-rw-r--r--tests/farm/run/run_xxx.py (renamed from test/farm/run/run_xxx.py)0
-rw-r--r--tests/farm/run/src/chdir.py (renamed from test/farm/run/src/chdir.py)0
-rw-r--r--tests/farm/run/src/showtrace.py (renamed from test/farm/run/src/showtrace.py)0
-rw-r--r--tests/farm/run/src/subdir/placeholder (renamed from test/farm/run/src/subdir/placeholder)0
-rw-r--r--tests/farm/run/src/xxx (renamed from test/farm/run/src/xxx)0
-rw-r--r--tests/js/index.html (renamed from test/js/index.html)0
-rw-r--r--tests/js/tests.js (renamed from test/js/tests.js)0
-rw-r--r--tests/modules/aa/__init__.py (renamed from test/modules/aa/__init__.py)0
-rw-r--r--tests/modules/aa/afile.odd.py (renamed from test/modules/aa/afile.odd.py)0
-rw-r--r--tests/modules/aa/afile.py (renamed from test/modules/aa/afile.py)0
-rw-r--r--tests/modules/aa/bb.odd/bfile.py (renamed from test/modules/aa/bb.odd/bfile.py)0
-rw-r--r--tests/modules/aa/bb/__init__.py (renamed from test/modules/aa/bb/__init__.py)0
-rw-r--r--tests/modules/aa/bb/bfile.odd.py (renamed from test/modules/aa/bb/bfile.odd.py)0
-rw-r--r--tests/modules/aa/bb/bfile.py (renamed from test/modules/aa/bb/bfile.py)0
-rw-r--r--tests/modules/aa/bb/cc/__init__.py (renamed from test/modules/aa/bb/cc/__init__.py)0
-rw-r--r--tests/modules/aa/bb/cc/cfile.py (renamed from test/modules/aa/bb/cc/cfile.py)0
-rw-r--r--tests/modules/aa/zfile.py (renamed from test/modules/aa/zfile.py)0
-rw-r--r--tests/modules/covmod1.py (renamed from test/modules/covmod1.py)0
-rw-r--r--tests/modules/pkg1/__init__.py (renamed from test/modules/pkg1/__init__.py)0
-rw-r--r--tests/modules/pkg1/__main__.py (renamed from test/modules/pkg1/__main__.py)0
-rw-r--r--tests/modules/pkg1/p1a.py (renamed from test/modules/pkg1/p1a.py)0
-rw-r--r--tests/modules/pkg1/p1b.py (renamed from test/modules/pkg1/p1b.py)0
-rw-r--r--tests/modules/pkg1/p1c.py (renamed from test/modules/pkg1/p1c.py)0
-rw-r--r--tests/modules/pkg1/runmod2.py (renamed from test/modules/pkg1/runmod2.py)0
-rw-r--r--tests/modules/pkg1/sub/__init__.py (renamed from test/modules/pkg1/sub/__init__.py)0
-rw-r--r--tests/modules/pkg1/sub/__main__.py (renamed from test/modules/pkg1/sub/__main__.py)0
-rw-r--r--tests/modules/pkg1/sub/ps1a.py (renamed from test/modules/pkg1/sub/ps1a.py)0
-rw-r--r--tests/modules/pkg1/sub/runmod3.py (renamed from test/modules/pkg1/sub/runmod3.py)0
-rw-r--r--tests/modules/pkg2/__init__.py (renamed from test/modules/pkg2/__init__.py)0
-rw-r--r--tests/modules/pkg2/p2a.py (renamed from test/modules/pkg2/p2a.py)0
-rw-r--r--tests/modules/pkg2/p2b.py (renamed from test/modules/pkg2/p2b.py)0
-rw-r--r--tests/modules/runmod1.py (renamed from test/modules/runmod1.py)0
-rw-r--r--tests/modules/usepkgs.py (renamed from test/modules/usepkgs.py)0
-rw-r--r--tests/moremodules/othermods/__init__.py (renamed from test/moremodules/othermods/__init__.py)0
-rw-r--r--tests/moremodules/othermods/othera.py (renamed from test/moremodules/othermods/othera.py)0
-rw-r--r--tests/moremodules/othermods/otherb.py (renamed from test/moremodules/othermods/otherb.py)0
-rw-r--r--tests/moremodules/othermods/sub/__init__.py (renamed from test/moremodules/othermods/sub/__init__.py)0
-rw-r--r--tests/moremodules/othermods/sub/osa.py (renamed from test/moremodules/othermods/sub/osa.py)0
-rw-r--r--tests/moremodules/othermods/sub/osb.py (renamed from test/moremodules/othermods/sub/osb.py)0
-rw-r--r--tests/osinfo.py (renamed from test/osinfo.py)0
-rw-r--r--tests/qunit/jquery.tmpl.min.js (renamed from test/qunit/jquery.tmpl.min.js)0
-rw-r--r--tests/qunit/qunit.css (renamed from test/qunit/qunit.css)0
-rw-r--r--tests/qunit/qunit.js (renamed from test/qunit/qunit.js)0
-rw-r--r--tests/stress_phystoken.tok (renamed from test/stress_phystoken.tok)0
-rw-r--r--tests/stress_phystoken_dos.tok (renamed from test/stress_phystoken_dos.tok)0
-rw-r--r--tests/test_api.py (renamed from test/test_api.py)0
-rw-r--r--tests/test_arcs.py (renamed from test/test_arcs.py)0
-rw-r--r--tests/test_cmdline.py (renamed from test/test_cmdline.py)0
-rw-r--r--tests/test_codeunit.py (renamed from test/test_codeunit.py)0
-rw-r--r--tests/test_config.py (renamed from test/test_config.py)0
-rw-r--r--tests/test_coverage.py (renamed from test/test_coverage.py)0
-rw-r--r--tests/test_data.py (renamed from test/test_data.py)0
-rw-r--r--tests/test_execfile.py (renamed from test/test_execfile.py)0
-rw-r--r--tests/test_farm.py (renamed from test/test_farm.py)0
-rw-r--r--tests/test_files.py (renamed from test/test_files.py)0
-rw-r--r--tests/test_html.py (renamed from test/test_html.py)0
-rw-r--r--tests/test_misc.py (renamed from test/test_misc.py)0
-rw-r--r--tests/test_oddball.py (renamed from test/test_oddball.py)0
-rw-r--r--tests/test_parser.py (renamed from test/test_parser.py)0
-rw-r--r--tests/test_phystokens.py (renamed from test/test_phystokens.py)0
-rw-r--r--tests/test_process.py (renamed from test/test_process.py)0
-rw-r--r--tests/test_results.py (renamed from test/test_results.py)0
-rw-r--r--tests/test_summary.py (renamed from test/test_summary.py)0
-rw-r--r--tests/test_templite.py (renamed from test/test_templite.py)0
-rw-r--r--tests/test_testing.py (renamed from test/test_testing.py)0
-rw-r--r--tests/test_xml.py (renamed from test/test_xml.py)0
-rw-r--r--tests/try_execfile.py (renamed from test/try_execfile.py)0
174 files changed, 0 insertions, 0 deletions
diff --git a/test/__init__.py b/tests/__init__.py
index 5a0e30f..5a0e30f 100644
--- a/test/__init__.py
+++ b/tests/__init__.py
diff --git a/test/backtest.py b/tests/backtest.py
index b17aa24..b17aa24 100644
--- a/test/backtest.py
+++ b/tests/backtest.py
diff --git a/test/backunittest.py b/tests/backunittest.py
index 30da78e..30da78e 100644
--- a/test/backunittest.py
+++ b/tests/backunittest.py
diff --git a/test/coveragetest.py b/tests/coveragetest.py
index 6f6217a..6f6217a 100644
--- a/test/coveragetest.py
+++ b/tests/coveragetest.py
diff --git a/test/covmodzip1.py b/tests/covmodzip1.py
index 3ec4cdc..3ec4cdc 100644
--- a/test/covmodzip1.py
+++ b/tests/covmodzip1.py
diff --git a/test/eggsrc/egg1/__init__.py b/tests/eggsrc/egg1/__init__.py
index e69de29..e69de29 100644
--- a/test/eggsrc/egg1/__init__.py
+++ b/tests/eggsrc/egg1/__init__.py
diff --git a/test/eggsrc/egg1/egg1.py b/tests/eggsrc/egg1/egg1.py
index 3fadde3..3fadde3 100644
--- a/test/eggsrc/egg1/egg1.py
+++ b/tests/eggsrc/egg1/egg1.py
diff --git a/test/eggsrc/setup.py b/tests/eggsrc/setup.py
index f9b8b9d..f9b8b9d 100644
--- a/test/eggsrc/setup.py
+++ b/tests/eggsrc/setup.py
diff --git a/test/farm/annotate/annotate_dir.py b/tests/farm/annotate/annotate_dir.py
index 3e37f9e..3e37f9e 100644
--- a/test/farm/annotate/annotate_dir.py
+++ b/tests/farm/annotate/annotate_dir.py
diff --git a/test/farm/annotate/gold/white.py,cover b/tests/farm/annotate/gold/white.py,cover
index 36b0b99..36b0b99 100644
--- a/test/farm/annotate/gold/white.py,cover
+++ b/tests/farm/annotate/gold/white.py,cover
diff --git a/test/farm/annotate/gold_anno_dir/a___init__.py,cover b/tests/farm/annotate/gold_anno_dir/a___init__.py,cover
index e69de29..e69de29 100644
--- a/test/farm/annotate/gold_anno_dir/a___init__.py,cover
+++ b/tests/farm/annotate/gold_anno_dir/a___init__.py,cover
diff --git a/test/farm/annotate/gold_anno_dir/a_a.py,cover b/tests/farm/annotate/gold_anno_dir/a_a.py,cover
index d0ff3c0..d0ff3c0 100644
--- a/test/farm/annotate/gold_anno_dir/a_a.py,cover
+++ b/tests/farm/annotate/gold_anno_dir/a_a.py,cover
diff --git a/test/farm/annotate/gold_anno_dir/b___init__.py,cover b/tests/farm/annotate/gold_anno_dir/b___init__.py,cover
index e69de29..e69de29 100644
--- a/test/farm/annotate/gold_anno_dir/b___init__.py,cover
+++ b/tests/farm/annotate/gold_anno_dir/b___init__.py,cover
diff --git a/test/farm/annotate/gold_anno_dir/b_b.py,cover b/tests/farm/annotate/gold_anno_dir/b_b.py,cover
index 90d076f..90d076f 100644
--- a/test/farm/annotate/gold_anno_dir/b_b.py,cover
+++ b/tests/farm/annotate/gold_anno_dir/b_b.py,cover
diff --git a/test/farm/annotate/gold_anno_dir/multi.py,cover b/tests/farm/annotate/gold_anno_dir/multi.py,cover
index 2a5c59c..2a5c59c 100644
--- a/test/farm/annotate/gold_anno_dir/multi.py,cover
+++ b/tests/farm/annotate/gold_anno_dir/multi.py,cover
diff --git a/test/farm/annotate/gold_multi/a/__init__.py,cover b/tests/farm/annotate/gold_multi/a/__init__.py,cover
index e69de29..e69de29 100644
--- a/test/farm/annotate/gold_multi/a/__init__.py,cover
+++ b/tests/farm/annotate/gold_multi/a/__init__.py,cover
diff --git a/test/farm/annotate/gold_multi/a/a.py,cover b/tests/farm/annotate/gold_multi/a/a.py,cover
index fb3f543..fb3f543 100644
--- a/test/farm/annotate/gold_multi/a/a.py,cover
+++ b/tests/farm/annotate/gold_multi/a/a.py,cover
diff --git a/test/farm/annotate/gold_multi/b/__init__.py,cover b/tests/farm/annotate/gold_multi/b/__init__.py,cover
index e69de29..e69de29 100644
--- a/test/farm/annotate/gold_multi/b/__init__.py,cover
+++ b/tests/farm/annotate/gold_multi/b/__init__.py,cover
diff --git a/test/farm/annotate/gold_multi/b/b.py,cover b/tests/farm/annotate/gold_multi/b/b.py,cover
index a3f5dae..a3f5dae 100644
--- a/test/farm/annotate/gold_multi/b/b.py,cover
+++ b/tests/farm/annotate/gold_multi/b/b.py,cover
diff --git a/test/farm/annotate/gold_multi/multi.py,cover b/tests/farm/annotate/gold_multi/multi.py,cover
index 2a5c59c..2a5c59c 100644
--- a/test/farm/annotate/gold_multi/multi.py,cover
+++ b/tests/farm/annotate/gold_multi/multi.py,cover
diff --git a/test/farm/annotate/gold_v24/white.py,cover b/tests/farm/annotate/gold_v24/white.py,cover
index bbd8d42..bbd8d42 100644
--- a/test/farm/annotate/gold_v24/white.py,cover
+++ b/tests/farm/annotate/gold_v24/white.py,cover
diff --git a/test/farm/annotate/run.py b/tests/farm/annotate/run.py
index c645f21..c645f21 100644
--- a/test/farm/annotate/run.py
+++ b/tests/farm/annotate/run.py
diff --git a/test/farm/annotate/run_multi.py b/tests/farm/annotate/run_multi.py
index 4e8252e..4e8252e 100644
--- a/test/farm/annotate/run_multi.py
+++ b/tests/farm/annotate/run_multi.py
diff --git a/test/farm/annotate/src/a/__init__.py b/tests/farm/annotate/src/a/__init__.py
index e69de29..e69de29 100644
--- a/test/farm/annotate/src/a/__init__.py
+++ b/tests/farm/annotate/src/a/__init__.py
diff --git a/test/farm/annotate/src/a/a.py b/tests/farm/annotate/src/a/a.py
index c2583d1..c2583d1 100644
--- a/test/farm/annotate/src/a/a.py
+++ b/tests/farm/annotate/src/a/a.py
diff --git a/test/farm/annotate/src/b/__init__.py b/tests/farm/annotate/src/b/__init__.py
index e69de29..e69de29 100644
--- a/test/farm/annotate/src/b/__init__.py
+++ b/tests/farm/annotate/src/b/__init__.py
diff --git a/test/farm/annotate/src/b/b.py b/tests/farm/annotate/src/b/b.py
index 625a549..625a549 100644
--- a/test/farm/annotate/src/b/b.py
+++ b/tests/farm/annotate/src/b/b.py
diff --git a/test/farm/annotate/src/multi.py b/tests/farm/annotate/src/multi.py
index 19a6200..19a6200 100644
--- a/test/farm/annotate/src/multi.py
+++ b/tests/farm/annotate/src/multi.py
diff --git a/test/farm/annotate/src/white.py b/tests/farm/annotate/src/white.py
index ecbbd25..ecbbd25 100644
--- a/test/farm/annotate/src/white.py
+++ b/tests/farm/annotate/src/white.py
diff --git a/test/farm/html/gold_a/a.html b/tests/farm/html/gold_a/a.html
index c794525..c794525 100644
--- a/test/farm/html/gold_a/a.html
+++ b/tests/farm/html/gold_a/a.html
diff --git a/test/farm/html/gold_a/index.html b/tests/farm/html/gold_a/index.html
index a821e9d..a821e9d 100644
--- a/test/farm/html/gold_a/index.html
+++ b/tests/farm/html/gold_a/index.html
diff --git a/test/farm/html/gold_b_branch/b.html b/tests/farm/html/gold_b_branch/b.html
index 0258ad1..0258ad1 100644
--- a/test/farm/html/gold_b_branch/b.html
+++ b/tests/farm/html/gold_b_branch/b.html
diff --git a/test/farm/html/gold_b_branch/index.html b/tests/farm/html/gold_b_branch/index.html
index cb6ffa1..cb6ffa1 100644
--- a/test/farm/html/gold_b_branch/index.html
+++ b/tests/farm/html/gold_b_branch/index.html
diff --git a/test/farm/html/gold_bom/bom.html b/tests/farm/html/gold_bom/bom.html
index 1d61a62..1d61a62 100644
--- a/test/farm/html/gold_bom/bom.html
+++ b/tests/farm/html/gold_bom/bom.html
diff --git a/test/farm/html/gold_bom/index.html b/tests/farm/html/gold_bom/index.html
index 8653b23..8653b23 100644
--- a/test/farm/html/gold_bom/index.html
+++ b/tests/farm/html/gold_bom/index.html
diff --git a/test/farm/html/gold_isolatin1/index.html b/tests/farm/html/gold_isolatin1/index.html
index 6e9f3ca..6e9f3ca 100644
--- a/test/farm/html/gold_isolatin1/index.html
+++ b/tests/farm/html/gold_isolatin1/index.html
diff --git a/test/farm/html/gold_isolatin1/isolatin1.html b/tests/farm/html/gold_isolatin1/isolatin1.html
index 276a6c2..276a6c2 100644
--- a/test/farm/html/gold_isolatin1/isolatin1.html
+++ b/tests/farm/html/gold_isolatin1/isolatin1.html
diff --git a/test/farm/html/gold_omit_1/index.html b/tests/farm/html/gold_omit_1/index.html
index 5616d01..5616d01 100644
--- a/test/farm/html/gold_omit_1/index.html
+++ b/tests/farm/html/gold_omit_1/index.html
diff --git a/test/farm/html/gold_omit_1/m1.html b/tests/farm/html/gold_omit_1/m1.html
index 62ba1e0..62ba1e0 100644
--- a/test/farm/html/gold_omit_1/m1.html
+++ b/tests/farm/html/gold_omit_1/m1.html
diff --git a/test/farm/html/gold_omit_1/m2.html b/tests/farm/html/gold_omit_1/m2.html
index d75a5ba..d75a5ba 100644
--- a/test/farm/html/gold_omit_1/m2.html
+++ b/tests/farm/html/gold_omit_1/m2.html
diff --git a/test/farm/html/gold_omit_1/m3.html b/tests/farm/html/gold_omit_1/m3.html
index bd99138..bd99138 100644
--- a/test/farm/html/gold_omit_1/m3.html
+++ b/tests/farm/html/gold_omit_1/m3.html
diff --git a/test/farm/html/gold_omit_1/main.html b/tests/farm/html/gold_omit_1/main.html
index 0394871..0394871 100644
--- a/test/farm/html/gold_omit_1/main.html
+++ b/tests/farm/html/gold_omit_1/main.html
diff --git a/test/farm/html/gold_omit_2/index.html b/tests/farm/html/gold_omit_2/index.html
index 3ce5bad..3ce5bad 100644
--- a/test/farm/html/gold_omit_2/index.html
+++ b/tests/farm/html/gold_omit_2/index.html
diff --git a/test/farm/html/gold_omit_2/m2.html b/tests/farm/html/gold_omit_2/m2.html
index d75a5ba..d75a5ba 100644
--- a/test/farm/html/gold_omit_2/m2.html
+++ b/tests/farm/html/gold_omit_2/m2.html
diff --git a/test/farm/html/gold_omit_2/m3.html b/tests/farm/html/gold_omit_2/m3.html
index bd99138..bd99138 100644
--- a/test/farm/html/gold_omit_2/m3.html
+++ b/tests/farm/html/gold_omit_2/m3.html
diff --git a/test/farm/html/gold_omit_2/main.html b/tests/farm/html/gold_omit_2/main.html
index 0394871..0394871 100644
--- a/test/farm/html/gold_omit_2/main.html
+++ b/tests/farm/html/gold_omit_2/main.html
diff --git a/test/farm/html/gold_omit_3/index.html b/tests/farm/html/gold_omit_3/index.html
index fb826bf..fb826bf 100644
--- a/test/farm/html/gold_omit_3/index.html
+++ b/tests/farm/html/gold_omit_3/index.html
diff --git a/test/farm/html/gold_omit_3/m3.html b/tests/farm/html/gold_omit_3/m3.html
index bd99138..bd99138 100644
--- a/test/farm/html/gold_omit_3/m3.html
+++ b/tests/farm/html/gold_omit_3/m3.html
diff --git a/test/farm/html/gold_omit_3/main.html b/tests/farm/html/gold_omit_3/main.html
index 0394871..0394871 100644
--- a/test/farm/html/gold_omit_3/main.html
+++ b/tests/farm/html/gold_omit_3/main.html
diff --git a/test/farm/html/gold_omit_4/index.html b/tests/farm/html/gold_omit_4/index.html
index e437cf1..e437cf1 100644
--- a/test/farm/html/gold_omit_4/index.html
+++ b/tests/farm/html/gold_omit_4/index.html
diff --git a/test/farm/html/gold_omit_4/m1.html b/tests/farm/html/gold_omit_4/m1.html
index 62ba1e0..62ba1e0 100644
--- a/test/farm/html/gold_omit_4/m1.html
+++ b/tests/farm/html/gold_omit_4/m1.html
diff --git a/test/farm/html/gold_omit_4/m3.html b/tests/farm/html/gold_omit_4/m3.html
index bd99138..bd99138 100644
--- a/test/farm/html/gold_omit_4/m3.html
+++ b/tests/farm/html/gold_omit_4/m3.html
diff --git a/test/farm/html/gold_omit_4/main.html b/tests/farm/html/gold_omit_4/main.html
index 0394871..0394871 100644
--- a/test/farm/html/gold_omit_4/main.html
+++ b/tests/farm/html/gold_omit_4/main.html
diff --git a/test/farm/html/gold_omit_5/index.html b/tests/farm/html/gold_omit_5/index.html
index 4bde6b7..4bde6b7 100644
--- a/test/farm/html/gold_omit_5/index.html
+++ b/tests/farm/html/gold_omit_5/index.html
diff --git a/test/farm/html/gold_omit_5/m1.html b/tests/farm/html/gold_omit_5/m1.html
index 62ba1e0..62ba1e0 100644
--- a/test/farm/html/gold_omit_5/m1.html
+++ b/tests/farm/html/gold_omit_5/m1.html
diff --git a/test/farm/html/gold_omit_5/main.html b/tests/farm/html/gold_omit_5/main.html
index 0394871..0394871 100644
--- a/test/farm/html/gold_omit_5/main.html
+++ b/tests/farm/html/gold_omit_5/main.html
diff --git a/test/farm/html/gold_other/blah_blah_other.html b/tests/farm/html/gold_other/blah_blah_other.html
index ab5ae37..ab5ae37 100644
--- a/test/farm/html/gold_other/blah_blah_other.html
+++ b/tests/farm/html/gold_other/blah_blah_other.html
diff --git a/test/farm/html/gold_other/here.html b/tests/farm/html/gold_other/here.html
index 1da5bcd..1da5bcd 100644
--- a/test/farm/html/gold_other/here.html
+++ b/tests/farm/html/gold_other/here.html
diff --git a/test/farm/html/gold_other/index.html b/tests/farm/html/gold_other/index.html
index 7665cfe..7665cfe 100644
--- a/test/farm/html/gold_other/index.html
+++ b/tests/farm/html/gold_other/index.html
diff --git a/test/farm/html/gold_partial/index.html b/tests/farm/html/gold_partial/index.html
index 5556150..5556150 100644
--- a/test/farm/html/gold_partial/index.html
+++ b/tests/farm/html/gold_partial/index.html
diff --git a/test/farm/html/gold_partial/partial.html b/tests/farm/html/gold_partial/partial.html
index b9640ce..b9640ce 100644
--- a/test/farm/html/gold_partial/partial.html
+++ b/tests/farm/html/gold_partial/partial.html
diff --git a/test/farm/html/gold_styled/a.html b/tests/farm/html/gold_styled/a.html
index c794525..c794525 100644
--- a/test/farm/html/gold_styled/a.html
+++ b/tests/farm/html/gold_styled/a.html
diff --git a/test/farm/html/gold_styled/extra.css b/tests/farm/html/gold_styled/extra.css
index 46c41fc..46c41fc 100644
--- a/test/farm/html/gold_styled/extra.css
+++ b/tests/farm/html/gold_styled/extra.css
diff --git a/test/farm/html/gold_styled/index.html b/tests/farm/html/gold_styled/index.html
index a821e9d..a821e9d 100644
--- a/test/farm/html/gold_styled/index.html
+++ b/tests/farm/html/gold_styled/index.html
diff --git a/test/farm/html/gold_styled/style.css b/tests/farm/html/gold_styled/style.css
index c40357b..c40357b 100644
--- a/test/farm/html/gold_styled/style.css
+++ b/tests/farm/html/gold_styled/style.css
diff --git a/test/farm/html/gold_unicode/index.html b/tests/farm/html/gold_unicode/index.html
index 9ba1bb3..9ba1bb3 100644
--- a/test/farm/html/gold_unicode/index.html
+++ b/tests/farm/html/gold_unicode/index.html
diff --git a/test/farm/html/gold_unicode/unicode.html b/tests/farm/html/gold_unicode/unicode.html
index 518a59a..518a59a 100644
--- a/test/farm/html/gold_unicode/unicode.html
+++ b/tests/farm/html/gold_unicode/unicode.html
diff --git a/test/farm/html/gold_x_xml/coverage.xml b/tests/farm/html/gold_x_xml/coverage.xml
index 912112f..912112f 100644
--- a/test/farm/html/gold_x_xml/coverage.xml
+++ b/tests/farm/html/gold_x_xml/coverage.xml
diff --git a/test/farm/html/gold_y_xml_branch/coverage.xml b/tests/farm/html/gold_y_xml_branch/coverage.xml
index ecbe007..ecbe007 100644
--- a/test/farm/html/gold_y_xml_branch/coverage.xml
+++ b/tests/farm/html/gold_y_xml_branch/coverage.xml
diff --git a/test/farm/html/othersrc/other.py b/tests/farm/html/othersrc/other.py
index 6d3f86e..6d3f86e 100644
--- a/test/farm/html/othersrc/other.py
+++ b/tests/farm/html/othersrc/other.py
diff --git a/test/farm/html/run_a.py b/tests/farm/html/run_a.py
index 59cc170..59cc170 100644
--- a/test/farm/html/run_a.py
+++ b/tests/farm/html/run_a.py
diff --git a/test/farm/html/run_a_xml_1.py b/tests/farm/html/run_a_xml_1.py
index 3d18702..3d18702 100644
--- a/test/farm/html/run_a_xml_1.py
+++ b/tests/farm/html/run_a_xml_1.py
diff --git a/test/farm/html/run_a_xml_2.py b/tests/farm/html/run_a_xml_2.py
index 53691ea..53691ea 100644
--- a/test/farm/html/run_a_xml_2.py
+++ b/tests/farm/html/run_a_xml_2.py
diff --git a/test/farm/html/run_b_branch.py b/tests/farm/html/run_b_branch.py
index d0955a2..d0955a2 100644
--- a/test/farm/html/run_b_branch.py
+++ b/tests/farm/html/run_b_branch.py
diff --git a/test/farm/html/run_bom.py b/tests/farm/html/run_bom.py
index c35079b..c35079b 100644
--- a/test/farm/html/run_bom.py
+++ b/tests/farm/html/run_bom.py
diff --git a/test/farm/html/run_isolatin1.py b/tests/farm/html/run_isolatin1.py
index 063e6e0..063e6e0 100644
--- a/test/farm/html/run_isolatin1.py
+++ b/tests/farm/html/run_isolatin1.py
diff --git a/test/farm/html/run_omit_1.py b/tests/farm/html/run_omit_1.py
index a5556af..a5556af 100644
--- a/test/farm/html/run_omit_1.py
+++ b/tests/farm/html/run_omit_1.py
diff --git a/test/farm/html/run_omit_2.py b/tests/farm/html/run_omit_2.py
index 19f0ebd..19f0ebd 100644
--- a/test/farm/html/run_omit_2.py
+++ b/tests/farm/html/run_omit_2.py
diff --git a/test/farm/html/run_omit_3.py b/tests/farm/html/run_omit_3.py
index 87ab8c3..87ab8c3 100644
--- a/test/farm/html/run_omit_3.py
+++ b/tests/farm/html/run_omit_3.py
diff --git a/test/farm/html/run_omit_4.py b/tests/farm/html/run_omit_4.py
index ede223f..ede223f 100644
--- a/test/farm/html/run_omit_4.py
+++ b/tests/farm/html/run_omit_4.py
diff --git a/test/farm/html/run_omit_5.py b/tests/farm/html/run_omit_5.py
index 8da5199..8da5199 100644
--- a/test/farm/html/run_omit_5.py
+++ b/tests/farm/html/run_omit_5.py
diff --git a/test/farm/html/run_other.py b/tests/farm/html/run_other.py
index 72bb3ec..72bb3ec 100644
--- a/test/farm/html/run_other.py
+++ b/tests/farm/html/run_other.py
diff --git a/test/farm/html/run_partial.py b/tests/farm/html/run_partial.py
index 41e6ba9..41e6ba9 100644
--- a/test/farm/html/run_partial.py
+++ b/tests/farm/html/run_partial.py
diff --git a/test/farm/html/run_styled.py b/tests/farm/html/run_styled.py
index ac538ff..ac538ff 100644
--- a/test/farm/html/run_styled.py
+++ b/tests/farm/html/run_styled.py
diff --git a/test/farm/html/run_tabbed.py b/tests/farm/html/run_tabbed.py
index 0e9b527..0e9b527 100644
--- a/test/farm/html/run_tabbed.py
+++ b/tests/farm/html/run_tabbed.py
diff --git a/test/farm/html/run_unicode.py b/tests/farm/html/run_unicode.py
index cef26ee..cef26ee 100644
--- a/test/farm/html/run_unicode.py
+++ b/tests/farm/html/run_unicode.py
diff --git a/test/farm/html/run_y_xml_branch.py b/tests/farm/html/run_y_xml_branch.py
index 88a2e44..88a2e44 100644
--- a/test/farm/html/run_y_xml_branch.py
+++ b/tests/farm/html/run_y_xml_branch.py
diff --git a/test/farm/html/src/a.py b/tests/farm/html/src/a.py
index 9e71aeb..9e71aeb 100644
--- a/test/farm/html/src/a.py
+++ b/tests/farm/html/src/a.py
diff --git a/test/farm/html/src/b.py b/tests/farm/html/src/b.py
index 3bf73a9..3bf73a9 100644
--- a/test/farm/html/src/b.py
+++ b/tests/farm/html/src/b.py
diff --git a/test/farm/html/src/bom.py b/tests/farm/html/src/bom.py
index 2db8b71..2db8b71 100644
--- a/test/farm/html/src/bom.py
+++ b/tests/farm/html/src/bom.py
diff --git a/test/farm/html/src/coverage.xml b/tests/farm/html/src/coverage.xml
index 128cf75..128cf75 100644
--- a/test/farm/html/src/coverage.xml
+++ b/tests/farm/html/src/coverage.xml
diff --git a/test/farm/html/src/extra.css b/tests/farm/html/src/extra.css
index 46c41fc..46c41fc 100644
--- a/test/farm/html/src/extra.css
+++ b/tests/farm/html/src/extra.css
diff --git a/test/farm/html/src/here.py b/tests/farm/html/src/here.py
index d0d26ea..d0d26ea 100644
--- a/test/farm/html/src/here.py
+++ b/tests/farm/html/src/here.py
diff --git a/test/farm/html/src/isolatin1.py b/tests/farm/html/src/isolatin1.py
index 057c097..057c097 100644
--- a/test/farm/html/src/isolatin1.py
+++ b/tests/farm/html/src/isolatin1.py
diff --git a/test/farm/html/src/m1.py b/tests/farm/html/src/m1.py
index 927e1f6..927e1f6 100644
--- a/test/farm/html/src/m1.py
+++ b/tests/farm/html/src/m1.py
diff --git a/test/farm/html/src/m2.py b/tests/farm/html/src/m2.py
index ffddf6c..ffddf6c 100644
--- a/test/farm/html/src/m2.py
+++ b/tests/farm/html/src/m2.py
diff --git a/test/farm/html/src/m3.py b/tests/farm/html/src/m3.py
index 395d7d2..395d7d2 100644
--- a/test/farm/html/src/m3.py
+++ b/tests/farm/html/src/m3.py
diff --git a/test/farm/html/src/main.py b/tests/farm/html/src/main.py
index ce89446..ce89446 100644
--- a/test/farm/html/src/main.py
+++ b/tests/farm/html/src/main.py
diff --git a/test/farm/html/src/omit4.ini b/tests/farm/html/src/omit4.ini
index 6821ecd..6821ecd 100644
--- a/test/farm/html/src/omit4.ini
+++ b/tests/farm/html/src/omit4.ini
diff --git a/test/farm/html/src/omit5.ini b/tests/farm/html/src/omit5.ini
index 7e32b41..7e32b41 100644
--- a/test/farm/html/src/omit5.ini
+++ b/tests/farm/html/src/omit5.ini
diff --git a/test/farm/html/src/partial.py b/tests/farm/html/src/partial.py
index 8d62f5c..8d62f5c 100644
--- a/test/farm/html/src/partial.py
+++ b/tests/farm/html/src/partial.py
diff --git a/test/farm/html/src/run_a_xml_2.ini b/tests/farm/html/src/run_a_xml_2.ini
index 8d28f97..8d28f97 100644
--- a/test/farm/html/src/run_a_xml_2.ini
+++ b/tests/farm/html/src/run_a_xml_2.ini
diff --git a/test/farm/html/src/tabbed.py b/tests/farm/html/src/tabbed.py
index 2035852..2035852 100644
--- a/test/farm/html/src/tabbed.py
+++ b/tests/farm/html/src/tabbed.py
diff --git a/test/farm/html/src/unicode.py b/tests/farm/html/src/unicode.py
index f6a9a05..f6a9a05 100644
--- a/test/farm/html/src/unicode.py
+++ b/tests/farm/html/src/unicode.py
diff --git a/test/farm/html/src/y.py b/tests/farm/html/src/y.py
index af7c968..af7c968 100644
--- a/test/farm/html/src/y.py
+++ b/tests/farm/html/src/y.py
diff --git a/test/farm/run/run_chdir.py b/tests/farm/run/run_chdir.py
index f459f50..f459f50 100644
--- a/test/farm/run/run_chdir.py
+++ b/tests/farm/run/run_chdir.py
diff --git a/test/farm/run/run_timid.py b/tests/farm/run/run_timid.py
index ce78fff..ce78fff 100644
--- a/test/farm/run/run_timid.py
+++ b/tests/farm/run/run_timid.py
diff --git a/test/farm/run/run_xxx.py b/tests/farm/run/run_xxx.py
index 19e94a4..19e94a4 100644
--- a/test/farm/run/run_xxx.py
+++ b/tests/farm/run/run_xxx.py
diff --git a/test/farm/run/src/chdir.py b/tests/farm/run/src/chdir.py
index 6d83492..6d83492 100644
--- a/test/farm/run/src/chdir.py
+++ b/tests/farm/run/src/chdir.py
diff --git a/test/farm/run/src/showtrace.py b/tests/farm/run/src/showtrace.py
index e97412e..e97412e 100644
--- a/test/farm/run/src/showtrace.py
+++ b/tests/farm/run/src/showtrace.py
diff --git a/test/farm/run/src/subdir/placeholder b/tests/farm/run/src/subdir/placeholder
index e69de29..e69de29 100644
--- a/test/farm/run/src/subdir/placeholder
+++ b/tests/farm/run/src/subdir/placeholder
diff --git a/test/farm/run/src/xxx b/tests/farm/run/src/xxx
index 8f727f0..8f727f0 100644
--- a/test/farm/run/src/xxx
+++ b/tests/farm/run/src/xxx
diff --git a/test/js/index.html b/tests/js/index.html
index 60bdb30..60bdb30 100644
--- a/test/js/index.html
+++ b/tests/js/index.html
diff --git a/test/js/tests.js b/tests/js/tests.js
index 73b4ce2..73b4ce2 100644
--- a/test/js/tests.js
+++ b/tests/js/tests.js
diff --git a/test/modules/aa/__init__.py b/tests/modules/aa/__init__.py
index 77593d8..77593d8 100644
--- a/test/modules/aa/__init__.py
+++ b/tests/modules/aa/__init__.py
diff --git a/test/modules/aa/afile.odd.py b/tests/modules/aa/afile.odd.py
index c6f49e1..c6f49e1 100644
--- a/test/modules/aa/afile.odd.py
+++ b/tests/modules/aa/afile.odd.py
diff --git a/test/modules/aa/afile.py b/tests/modules/aa/afile.py
index 3f0e38d..3f0e38d 100644
--- a/test/modules/aa/afile.py
+++ b/tests/modules/aa/afile.py
diff --git a/test/modules/aa/bb.odd/bfile.py b/tests/modules/aa/bb.odd/bfile.py
index 9087540..9087540 100644
--- a/test/modules/aa/bb.odd/bfile.py
+++ b/tests/modules/aa/bb.odd/bfile.py
diff --git a/test/modules/aa/bb/__init__.py b/tests/modules/aa/bb/__init__.py
index ffbe624..ffbe624 100644
--- a/test/modules/aa/bb/__init__.py
+++ b/tests/modules/aa/bb/__init__.py
diff --git a/test/modules/aa/bb/bfile.odd.py b/tests/modules/aa/bb/bfile.odd.py
index b45cba8..b45cba8 100644
--- a/test/modules/aa/bb/bfile.odd.py
+++ b/tests/modules/aa/bb/bfile.odd.py
diff --git a/test/modules/aa/bb/bfile.py b/tests/modules/aa/bb/bfile.py
index 9087540..9087540 100644
--- a/test/modules/aa/bb/bfile.py
+++ b/tests/modules/aa/bb/bfile.py
diff --git a/test/modules/aa/bb/cc/__init__.py b/tests/modules/aa/bb/cc/__init__.py
index e69de29..e69de29 100644
--- a/test/modules/aa/bb/cc/__init__.py
+++ b/tests/modules/aa/bb/cc/__init__.py
diff --git a/test/modules/aa/bb/cc/cfile.py b/tests/modules/aa/bb/cc/cfile.py
index 7976475..7976475 100644
--- a/test/modules/aa/bb/cc/cfile.py
+++ b/tests/modules/aa/bb/cc/cfile.py
diff --git a/test/modules/aa/zfile.py b/tests/modules/aa/zfile.py
index 924f9b7..924f9b7 100644
--- a/test/modules/aa/zfile.py
+++ b/tests/modules/aa/zfile.py
diff --git a/test/modules/covmod1.py b/tests/modules/covmod1.py
index b3f5e5f..b3f5e5f 100644
--- a/test/modules/covmod1.py
+++ b/tests/modules/covmod1.py
diff --git a/test/modules/pkg1/__init__.py b/tests/modules/pkg1/__init__.py
index 2dfeb9c..2dfeb9c 100644
--- a/test/modules/pkg1/__init__.py
+++ b/tests/modules/pkg1/__init__.py
diff --git a/test/modules/pkg1/__main__.py b/tests/modules/pkg1/__main__.py
index 66ce595..66ce595 100644
--- a/test/modules/pkg1/__main__.py
+++ b/tests/modules/pkg1/__main__.py
diff --git a/test/modules/pkg1/p1a.py b/tests/modules/pkg1/p1a.py
index be5fcdd..be5fcdd 100644
--- a/test/modules/pkg1/p1a.py
+++ b/tests/modules/pkg1/p1a.py
diff --git a/test/modules/pkg1/p1b.py b/tests/modules/pkg1/p1b.py
index 59d6fb5..59d6fb5 100644
--- a/test/modules/pkg1/p1b.py
+++ b/tests/modules/pkg1/p1b.py
diff --git a/test/modules/pkg1/p1c.py b/tests/modules/pkg1/p1c.py
index a9aeef0..a9aeef0 100644
--- a/test/modules/pkg1/p1c.py
+++ b/tests/modules/pkg1/p1c.py
diff --git a/test/modules/pkg1/runmod2.py b/tests/modules/pkg1/runmod2.py
index b52964c..b52964c 100644
--- a/test/modules/pkg1/runmod2.py
+++ b/tests/modules/pkg1/runmod2.py
diff --git a/test/modules/pkg1/sub/__init__.py b/tests/modules/pkg1/sub/__init__.py
index e69de29..e69de29 100644
--- a/test/modules/pkg1/sub/__init__.py
+++ b/tests/modules/pkg1/sub/__init__.py
diff --git a/test/modules/pkg1/sub/__main__.py b/tests/modules/pkg1/sub/__main__.py
index b5be9f1..b5be9f1 100644
--- a/test/modules/pkg1/sub/__main__.py
+++ b/tests/modules/pkg1/sub/__main__.py
diff --git a/test/modules/pkg1/sub/ps1a.py b/tests/modules/pkg1/sub/ps1a.py
index 4b6a15c..4b6a15c 100644
--- a/test/modules/pkg1/sub/ps1a.py
+++ b/tests/modules/pkg1/sub/ps1a.py
diff --git a/test/modules/pkg1/sub/runmod3.py b/tests/modules/pkg1/sub/runmod3.py
index 3a1ad15..3a1ad15 100644
--- a/test/modules/pkg1/sub/runmod3.py
+++ b/tests/modules/pkg1/sub/runmod3.py
diff --git a/test/modules/pkg2/__init__.py b/tests/modules/pkg2/__init__.py
index 090efbf..090efbf 100644
--- a/test/modules/pkg2/__init__.py
+++ b/tests/modules/pkg2/__init__.py
diff --git a/test/modules/pkg2/p2a.py b/tests/modules/pkg2/p2a.py
index b606711..b606711 100644
--- a/test/modules/pkg2/p2a.py
+++ b/tests/modules/pkg2/p2a.py
diff --git a/test/modules/pkg2/p2b.py b/tests/modules/pkg2/p2b.py
index 7a34e2c..7a34e2c 100644
--- a/test/modules/pkg2/p2b.py
+++ b/tests/modules/pkg2/p2b.py
diff --git a/test/modules/runmod1.py b/tests/modules/runmod1.py
index 671d81e..671d81e 100644
--- a/test/modules/runmod1.py
+++ b/tests/modules/runmod1.py
diff --git a/test/modules/usepkgs.py b/tests/modules/usepkgs.py
index 93c7d90..93c7d90 100644
--- a/test/modules/usepkgs.py
+++ b/tests/modules/usepkgs.py
diff --git a/test/moremodules/othermods/__init__.py b/tests/moremodules/othermods/__init__.py
index e69de29..e69de29 100644
--- a/test/moremodules/othermods/__init__.py
+++ b/tests/moremodules/othermods/__init__.py
diff --git a/test/moremodules/othermods/othera.py b/tests/moremodules/othermods/othera.py
index 7889692..7889692 100644
--- a/test/moremodules/othermods/othera.py
+++ b/tests/moremodules/othermods/othera.py
diff --git a/test/moremodules/othermods/otherb.py b/tests/moremodules/othermods/otherb.py
index 2bd8a44..2bd8a44 100644
--- a/test/moremodules/othermods/otherb.py
+++ b/tests/moremodules/othermods/otherb.py
diff --git a/test/moremodules/othermods/sub/__init__.py b/tests/moremodules/othermods/sub/__init__.py
index e69de29..e69de29 100644
--- a/test/moremodules/othermods/sub/__init__.py
+++ b/tests/moremodules/othermods/sub/__init__.py
diff --git a/test/moremodules/othermods/sub/osa.py b/tests/moremodules/othermods/sub/osa.py
index 0139d28..0139d28 100644
--- a/test/moremodules/othermods/sub/osa.py
+++ b/tests/moremodules/othermods/sub/osa.py
diff --git a/test/moremodules/othermods/sub/osb.py b/tests/moremodules/othermods/sub/osb.py
index b024b14..b024b14 100644
--- a/test/moremodules/othermods/sub/osb.py
+++ b/tests/moremodules/othermods/sub/osb.py
diff --git a/test/osinfo.py b/tests/osinfo.py
index 25c3a7c..25c3a7c 100644
--- a/test/osinfo.py
+++ b/tests/osinfo.py
diff --git a/test/qunit/jquery.tmpl.min.js b/tests/qunit/jquery.tmpl.min.js
index 7438b2c..7438b2c 100644
--- a/test/qunit/jquery.tmpl.min.js
+++ b/tests/qunit/jquery.tmpl.min.js
diff --git a/test/qunit/qunit.css b/tests/qunit/qunit.css
index b3c6db5..b3c6db5 100644
--- a/test/qunit/qunit.css
+++ b/tests/qunit/qunit.css
diff --git a/test/qunit/qunit.js b/tests/qunit/qunit.js
index e00cca9..e00cca9 100644
--- a/test/qunit/qunit.js
+++ b/tests/qunit/qunit.js
diff --git a/test/stress_phystoken.tok b/tests/stress_phystoken.tok
index 8d1b6be..8d1b6be 100644
--- a/test/stress_phystoken.tok
+++ b/tests/stress_phystoken.tok
diff --git a/test/stress_phystoken_dos.tok b/tests/stress_phystoken_dos.tok
index b08fd70..b08fd70 100644
--- a/test/stress_phystoken_dos.tok
+++ b/tests/stress_phystoken_dos.tok
diff --git a/test/test_api.py b/tests/test_api.py
index 559684b..559684b 100644
--- a/test/test_api.py
+++ b/tests/test_api.py
diff --git a/test/test_arcs.py b/tests/test_arcs.py
index 69c054c..69c054c 100644
--- a/test/test_arcs.py
+++ b/tests/test_arcs.py
diff --git a/test/test_cmdline.py b/tests/test_cmdline.py
index 33f9021..33f9021 100644
--- a/test/test_cmdline.py
+++ b/tests/test_cmdline.py
diff --git a/test/test_codeunit.py b/tests/test_codeunit.py
index b4caff8..b4caff8 100644
--- a/test/test_codeunit.py
+++ b/tests/test_codeunit.py
diff --git a/test/test_config.py b/tests/test_config.py
index 1ca6376..1ca6376 100644
--- a/test/test_config.py
+++ b/tests/test_config.py
diff --git a/test/test_coverage.py b/tests/test_coverage.py
index 0918dfe..0918dfe 100644
--- a/test/test_coverage.py
+++ b/tests/test_coverage.py
diff --git a/test/test_data.py b/tests/test_data.py
index 9281ccc..9281ccc 100644
--- a/test/test_data.py
+++ b/tests/test_data.py
diff --git a/test/test_execfile.py b/tests/test_execfile.py
index e7d7041..e7d7041 100644
--- a/test/test_execfile.py
+++ b/tests/test_execfile.py
diff --git a/test/test_farm.py b/tests/test_farm.py
index f25d610..f25d610 100644
--- a/test/test_farm.py
+++ b/tests/test_farm.py
diff --git a/test/test_files.py b/tests/test_files.py
index 051b274..051b274 100644
--- a/test/test_files.py
+++ b/tests/test_files.py
diff --git a/test/test_html.py b/tests/test_html.py
index 66d1bd7..66d1bd7 100644
--- a/test/test_html.py
+++ b/tests/test_html.py
diff --git a/test/test_misc.py b/tests/test_misc.py
index a32030c..a32030c 100644
--- a/test/test_misc.py
+++ b/tests/test_misc.py
diff --git a/test/test_oddball.py b/tests/test_oddball.py
index 113328b..113328b 100644
--- a/test/test_oddball.py
+++ b/tests/test_oddball.py
diff --git a/test/test_parser.py b/tests/test_parser.py
index 6ccef20..6ccef20 100644
--- a/test/test_parser.py
+++ b/tests/test_parser.py
diff --git a/test/test_phystokens.py b/tests/test_phystokens.py
index e4834e4..e4834e4 100644
--- a/test/test_phystokens.py
+++ b/tests/test_phystokens.py
diff --git a/test/test_process.py b/tests/test_process.py
index bf22cc9..bf22cc9 100644
--- a/test/test_process.py
+++ b/tests/test_process.py
diff --git a/test/test_results.py b/tests/test_results.py
index 3caa5a6..3caa5a6 100644
--- a/test/test_results.py
+++ b/tests/test_results.py
diff --git a/test/test_summary.py b/tests/test_summary.py
index 5bb903a..5bb903a 100644
--- a/test/test_summary.py
+++ b/tests/test_summary.py
diff --git a/test/test_templite.py b/tests/test_templite.py
index 0435c54..0435c54 100644
--- a/test/test_templite.py
+++ b/tests/test_templite.py
diff --git a/test/test_testing.py b/tests/test_testing.py
index c2d1453..c2d1453 100644
--- a/test/test_testing.py
+++ b/tests/test_testing.py
diff --git a/test/test_xml.py b/tests/test_xml.py
index 204b586..204b586 100644
--- a/test/test_xml.py
+++ b/tests/test_xml.py
diff --git a/test/try_execfile.py b/tests/try_execfile.py
index 9bbabd1..9bbabd1 100644
--- a/test/try_execfile.py
+++ b/tests/try_execfile.py