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
commitc19232a9d2be2bde30e446311f32e9dcdd5d4774 (patch)
treec2a9afb49cb74d9e041058c0275e1896dc0ecd0c
parentc359cea1408c410a4c770debeddf3aed0abd43fe (diff)
downloadpython-coveragepy-git-c19232a9d2be2bde30e446311f32e9dcdd5d4774.tar.gz
Move the test directory to tests to avoid conflicts with the stdlib test package.
--HG-- rename : test/__init__.py => tests/__init__.py rename : test/backtest.py => tests/backtest.py rename : test/backunittest.py => tests/backunittest.py rename : test/coveragetest.py => tests/coveragetest.py rename : test/covmodzip1.py => tests/covmodzip1.py rename : test/eggsrc/egg1/__init__.py => tests/eggsrc/egg1/__init__.py rename : test/eggsrc/egg1/egg1.py => tests/eggsrc/egg1/egg1.py rename : test/eggsrc/setup.py => tests/eggsrc/setup.py rename : test/farm/annotate/annotate_dir.py => tests/farm/annotate/annotate_dir.py rename : test/farm/annotate/gold/white.py,cover => tests/farm/annotate/gold/white.py,cover rename : test/farm/annotate/gold_anno_dir/a___init__.py,cover => tests/farm/annotate/gold_anno_dir/a___init__.py,cover rename : test/farm/annotate/gold_anno_dir/a_a.py,cover => tests/farm/annotate/gold_anno_dir/a_a.py,cover rename : test/farm/annotate/gold_anno_dir/b___init__.py,cover => tests/farm/annotate/gold_anno_dir/b___init__.py,cover rename : test/farm/annotate/gold_anno_dir/b_b.py,cover => tests/farm/annotate/gold_anno_dir/b_b.py,cover rename : test/farm/annotate/gold_anno_dir/multi.py,cover => tests/farm/annotate/gold_anno_dir/multi.py,cover rename : test/farm/annotate/gold_multi/a/__init__.py,cover => tests/farm/annotate/gold_multi/a/__init__.py,cover rename : test/farm/annotate/gold_multi/a/a.py,cover => tests/farm/annotate/gold_multi/a/a.py,cover rename : test/farm/annotate/gold_multi/b/__init__.py,cover => tests/farm/annotate/gold_multi/b/__init__.py,cover rename : test/farm/annotate/gold_multi/b/b.py,cover => tests/farm/annotate/gold_multi/b/b.py,cover rename : test/farm/annotate/gold_multi/multi.py,cover => tests/farm/annotate/gold_multi/multi.py,cover rename : test/farm/annotate/gold_v24/white.py,cover => tests/farm/annotate/gold_v24/white.py,cover rename : test/farm/annotate/run.py => tests/farm/annotate/run.py rename : test/farm/annotate/run_multi.py => tests/farm/annotate/run_multi.py rename : test/farm/annotate/src/a/__init__.py => tests/farm/annotate/src/a/__init__.py rename : test/farm/annotate/src/a/a.py => tests/farm/annotate/src/a/a.py rename : test/farm/annotate/src/b/__init__.py => tests/farm/annotate/src/b/__init__.py rename : test/farm/annotate/src/b/b.py => tests/farm/annotate/src/b/b.py rename : test/farm/annotate/src/multi.py => tests/farm/annotate/src/multi.py rename : test/farm/annotate/src/white.py => tests/farm/annotate/src/white.py rename : test/farm/html/gold_a/a.html => tests/farm/html/gold_a/a.html rename : test/farm/html/gold_a/index.html => tests/farm/html/gold_a/index.html rename : test/farm/html/gold_b_branch/b.html => tests/farm/html/gold_b_branch/b.html rename : test/farm/html/gold_b_branch/index.html => tests/farm/html/gold_b_branch/index.html rename : test/farm/html/gold_bom/bom.html => tests/farm/html/gold_bom/bom.html rename : test/farm/html/gold_bom/index.html => tests/farm/html/gold_bom/index.html rename : test/farm/html/gold_isolatin1/index.html => tests/farm/html/gold_isolatin1/index.html rename : test/farm/html/gold_isolatin1/isolatin1.html => tests/farm/html/gold_isolatin1/isolatin1.html rename : test/farm/html/gold_omit_1/index.html => tests/farm/html/gold_omit_1/index.html rename : test/farm/html/gold_omit_1/m1.html => tests/farm/html/gold_omit_1/m1.html rename : test/farm/html/gold_omit_1/m2.html => tests/farm/html/gold_omit_1/m2.html rename : test/farm/html/gold_omit_1/m3.html => tests/farm/html/gold_omit_1/m3.html rename : test/farm/html/gold_omit_1/main.html => tests/farm/html/gold_omit_1/main.html rename : test/farm/html/gold_omit_2/index.html => tests/farm/html/gold_omit_2/index.html rename : test/farm/html/gold_omit_2/m2.html => tests/farm/html/gold_omit_2/m2.html rename : test/farm/html/gold_omit_2/m3.html => tests/farm/html/gold_omit_2/m3.html rename : test/farm/html/gold_omit_2/main.html => tests/farm/html/gold_omit_2/main.html rename : test/farm/html/gold_omit_3/index.html => tests/farm/html/gold_omit_3/index.html rename : test/farm/html/gold_omit_3/m3.html => tests/farm/html/gold_omit_3/m3.html rename : test/farm/html/gold_omit_3/main.html => tests/farm/html/gold_omit_3/main.html rename : test/farm/html/gold_omit_4/index.html => tests/farm/html/gold_omit_4/index.html rename : test/farm/html/gold_omit_4/m1.html => tests/farm/html/gold_omit_4/m1.html rename : test/farm/html/gold_omit_4/m3.html => tests/farm/html/gold_omit_4/m3.html rename : test/farm/html/gold_omit_4/main.html => tests/farm/html/gold_omit_4/main.html rename : test/farm/html/gold_omit_5/index.html => tests/farm/html/gold_omit_5/index.html rename : test/farm/html/gold_omit_5/m1.html => tests/farm/html/gold_omit_5/m1.html rename : test/farm/html/gold_omit_5/main.html => tests/farm/html/gold_omit_5/main.html rename : test/farm/html/gold_other/blah_blah_other.html => tests/farm/html/gold_other/blah_blah_other.html rename : test/farm/html/gold_other/here.html => tests/farm/html/gold_other/here.html rename : test/farm/html/gold_other/index.html => tests/farm/html/gold_other/index.html rename : test/farm/html/gold_partial/index.html => tests/farm/html/gold_partial/index.html rename : test/farm/html/gold_partial/partial.html => tests/farm/html/gold_partial/partial.html rename : test/farm/html/gold_styled/a.html => tests/farm/html/gold_styled/a.html rename : test/farm/html/gold_styled/extra.css => tests/farm/html/gold_styled/extra.css rename : test/farm/html/gold_styled/index.html => tests/farm/html/gold_styled/index.html rename : test/farm/html/gold_styled/style.css => tests/farm/html/gold_styled/style.css rename : test/farm/html/gold_unicode/index.html => tests/farm/html/gold_unicode/index.html rename : test/farm/html/gold_unicode/unicode.html => tests/farm/html/gold_unicode/unicode.html rename : test/farm/html/gold_x_xml/coverage.xml => tests/farm/html/gold_x_xml/coverage.xml rename : test/farm/html/gold_y_xml_branch/coverage.xml => tests/farm/html/gold_y_xml_branch/coverage.xml rename : test/farm/html/othersrc/other.py => tests/farm/html/othersrc/other.py rename : test/farm/html/run_a.py => tests/farm/html/run_a.py rename : test/farm/html/run_a_xml_1.py => tests/farm/html/run_a_xml_1.py rename : test/farm/html/run_a_xml_2.py => tests/farm/html/run_a_xml_2.py rename : test/farm/html/run_b_branch.py => tests/farm/html/run_b_branch.py rename : test/farm/html/run_bom.py => tests/farm/html/run_bom.py rename : test/farm/html/run_isolatin1.py => tests/farm/html/run_isolatin1.py rename : test/farm/html/run_omit_1.py => tests/farm/html/run_omit_1.py rename : test/farm/html/run_omit_2.py => tests/farm/html/run_omit_2.py rename : test/farm/html/run_omit_3.py => tests/farm/html/run_omit_3.py rename : test/farm/html/run_omit_4.py => tests/farm/html/run_omit_4.py rename : test/farm/html/run_omit_5.py => tests/farm/html/run_omit_5.py rename : test/farm/html/run_other.py => tests/farm/html/run_other.py rename : test/farm/html/run_partial.py => tests/farm/html/run_partial.py rename : test/farm/html/run_styled.py => tests/farm/html/run_styled.py rename : test/farm/html/run_tabbed.py => tests/farm/html/run_tabbed.py rename : test/farm/html/run_unicode.py => tests/farm/html/run_unicode.py rename : test/farm/html/run_y_xml_branch.py => tests/farm/html/run_y_xml_branch.py rename : test/farm/html/src/a.py => tests/farm/html/src/a.py rename : test/farm/html/src/b.py => tests/farm/html/src/b.py rename : test/farm/html/src/bom.py => tests/farm/html/src/bom.py rename : test/farm/html/src/coverage.xml => tests/farm/html/src/coverage.xml rename : test/farm/html/src/extra.css => tests/farm/html/src/extra.css rename : test/farm/html/src/here.py => tests/farm/html/src/here.py rename : test/farm/html/src/isolatin1.py => tests/farm/html/src/isolatin1.py rename : test/farm/html/src/m1.py => tests/farm/html/src/m1.py rename : test/farm/html/src/m2.py => tests/farm/html/src/m2.py rename : test/farm/html/src/m3.py => tests/farm/html/src/m3.py rename : test/farm/html/src/main.py => tests/farm/html/src/main.py rename : test/farm/html/src/omit4.ini => tests/farm/html/src/omit4.ini rename : test/farm/html/src/omit5.ini => tests/farm/html/src/omit5.ini rename : test/farm/html/src/partial.py => tests/farm/html/src/partial.py rename : test/farm/html/src/run_a_xml_2.ini => tests/farm/html/src/run_a_xml_2.ini rename : test/farm/html/src/tabbed.py => tests/farm/html/src/tabbed.py rename : test/farm/html/src/unicode.py => tests/farm/html/src/unicode.py rename : test/farm/html/src/y.py => tests/farm/html/src/y.py rename : test/farm/run/run_chdir.py => tests/farm/run/run_chdir.py rename : test/farm/run/run_timid.py => tests/farm/run/run_timid.py rename : test/farm/run/run_xxx.py => tests/farm/run/run_xxx.py rename : test/farm/run/src/chdir.py => tests/farm/run/src/chdir.py rename : test/farm/run/src/showtrace.py => tests/farm/run/src/showtrace.py rename : test/farm/run/src/subdir/placeholder => tests/farm/run/src/subdir/placeholder rename : test/farm/run/src/xxx => tests/farm/run/src/xxx rename : test/js/index.html => tests/js/index.html rename : test/js/tests.js => tests/js/tests.js rename : test/modules/aa/__init__.py => tests/modules/aa/__init__.py rename : test/modules/aa/afile.odd.py => tests/modules/aa/afile.odd.py rename : test/modules/aa/afile.py => tests/modules/aa/afile.py rename : test/modules/aa/bb.odd/bfile.py => tests/modules/aa/bb.odd/bfile.py rename : test/modules/aa/bb/__init__.py => tests/modules/aa/bb/__init__.py rename : test/modules/aa/bb/bfile.odd.py => tests/modules/aa/bb/bfile.odd.py rename : test/modules/aa/bb/bfile.py => tests/modules/aa/bb/bfile.py rename : test/modules/aa/bb/cc/__init__.py => tests/modules/aa/bb/cc/__init__.py rename : test/modules/aa/bb/cc/cfile.py => tests/modules/aa/bb/cc/cfile.py rename : test/modules/aa/zfile.py => tests/modules/aa/zfile.py rename : test/modules/covmod1.py => tests/modules/covmod1.py rename : test/modules/pkg1/__init__.py => tests/modules/pkg1/__init__.py rename : test/modules/pkg1/__main__.py => tests/modules/pkg1/__main__.py rename : test/modules/pkg1/p1a.py => tests/modules/pkg1/p1a.py rename : test/modules/pkg1/p1b.py => tests/modules/pkg1/p1b.py rename : test/modules/pkg1/p1c.py => tests/modules/pkg1/p1c.py rename : test/modules/pkg1/runmod2.py => tests/modules/pkg1/runmod2.py rename : test/modules/pkg1/sub/__init__.py => tests/modules/pkg1/sub/__init__.py rename : test/modules/pkg1/sub/__main__.py => tests/modules/pkg1/sub/__main__.py rename : test/modules/pkg1/sub/ps1a.py => tests/modules/pkg1/sub/ps1a.py rename : test/modules/pkg1/sub/runmod3.py => tests/modules/pkg1/sub/runmod3.py rename : test/modules/pkg2/__init__.py => tests/modules/pkg2/__init__.py rename : test/modules/pkg2/p2a.py => tests/modules/pkg2/p2a.py rename : test/modules/pkg2/p2b.py => tests/modules/pkg2/p2b.py rename : test/modules/runmod1.py => tests/modules/runmod1.py rename : test/modules/usepkgs.py => tests/modules/usepkgs.py rename : test/moremodules/othermods/__init__.py => tests/moremodules/othermods/__init__.py rename : test/moremodules/othermods/othera.py => tests/moremodules/othermods/othera.py rename : test/moremodules/othermods/otherb.py => tests/moremodules/othermods/otherb.py rename : test/moremodules/othermods/sub/__init__.py => tests/moremodules/othermods/sub/__init__.py rename : test/moremodules/othermods/sub/osa.py => tests/moremodules/othermods/sub/osa.py rename : test/moremodules/othermods/sub/osb.py => tests/moremodules/othermods/sub/osb.py rename : test/osinfo.py => tests/osinfo.py rename : test/qunit/jquery.tmpl.min.js => tests/qunit/jquery.tmpl.min.js rename : test/qunit/qunit.css => tests/qunit/qunit.css rename : test/qunit/qunit.js => tests/qunit/qunit.js rename : test/stress_phystoken.tok => tests/stress_phystoken.tok rename : test/stress_phystoken_dos.tok => tests/stress_phystoken_dos.tok rename : test/test_api.py => tests/test_api.py rename : test/test_arcs.py => tests/test_arcs.py rename : test/test_cmdline.py => tests/test_cmdline.py rename : test/test_codeunit.py => tests/test_codeunit.py rename : test/test_config.py => tests/test_config.py rename : test/test_coverage.py => tests/test_coverage.py rename : test/test_data.py => tests/test_data.py rename : test/test_execfile.py => tests/test_execfile.py rename : test/test_farm.py => tests/test_farm.py rename : test/test_files.py => tests/test_files.py rename : test/test_html.py => tests/test_html.py rename : test/test_misc.py => tests/test_misc.py rename : test/test_oddball.py => tests/test_oddball.py rename : test/test_parser.py => tests/test_parser.py rename : test/test_phystokens.py => tests/test_phystokens.py rename : test/test_process.py => tests/test_process.py rename : test/test_results.py => tests/test_results.py rename : test/test_summary.py => tests/test_summary.py rename : test/test_templite.py => tests/test_templite.py rename : test/test_testing.py => tests/test_testing.py rename : test/test_xml.py => tests/test_xml.py rename : test/try_execfile.py => tests/try_execfile.py
-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 5a0e30f4..5a0e30f4 100644
--- a/test/__init__.py
+++ b/tests/__init__.py
diff --git a/test/backtest.py b/tests/backtest.py
index b17aa242..b17aa242 100644
--- a/test/backtest.py
+++ b/tests/backtest.py
diff --git a/test/backunittest.py b/tests/backunittest.py
index 30da78eb..30da78eb 100644
--- a/test/backunittest.py
+++ b/tests/backunittest.py
diff --git a/test/coveragetest.py b/tests/coveragetest.py
index 6f6217aa..6f6217aa 100644
--- a/test/coveragetest.py
+++ b/tests/coveragetest.py
diff --git a/test/covmodzip1.py b/tests/covmodzip1.py
index 3ec4cdc4..3ec4cdc4 100644
--- a/test/covmodzip1.py
+++ b/tests/covmodzip1.py
diff --git a/test/eggsrc/egg1/__init__.py b/tests/eggsrc/egg1/__init__.py
index e69de29b..e69de29b 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 3fadde33..3fadde33 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 f9b8b9d0..f9b8b9d0 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 3e37f9ed..3e37f9ed 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 36b0b993..36b0b993 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 e69de29b..e69de29b 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 d0ff3c0c..d0ff3c0c 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 e69de29b..e69de29b 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 90d076f1..90d076f1 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 2a5c59ce..2a5c59ce 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 e69de29b..e69de29b 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 fb3f5435..fb3f5435 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 e69de29b..e69de29b 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 a3f5daec..a3f5daec 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 2a5c59ce..2a5c59ce 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 bbd8d428..bbd8d428 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 c645f21c..c645f21c 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 4e8252ed..4e8252ed 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 e69de29b..e69de29b 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 c2583d1e..c2583d1e 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 e69de29b..e69de29b 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 625a5490..625a5490 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 19a6200c..19a6200c 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 ecbbd25a..ecbbd25a 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 c794525e..c794525e 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 a821e9df..a821e9df 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 0258ad13..0258ad13 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 cb6ffa17..cb6ffa17 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 1d61a62c..1d61a62c 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 8653b23e..8653b23e 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 6e9f3ca7..6e9f3ca7 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 276a6c25..276a6c25 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 5616d012..5616d012 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 62ba1e0a..62ba1e0a 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 d75a5ba0..d75a5ba0 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 bd99138a..bd99138a 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 03948718..03948718 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 3ce5bade..3ce5bade 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 d75a5ba0..d75a5ba0 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 bd99138a..bd99138a 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 03948718..03948718 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 fb826bf5..fb826bf5 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 bd99138a..bd99138a 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 03948718..03948718 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 e437cf10..e437cf10 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 62ba1e0a..62ba1e0a 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 bd99138a..bd99138a 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 03948718..03948718 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 4bde6b73..4bde6b73 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 62ba1e0a..62ba1e0a 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 03948718..03948718 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 ab5ae371..ab5ae371 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 1da5bcd6..1da5bcd6 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 7665cfe4..7665cfe4 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 5556150a..5556150a 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 b9640ce4..b9640ce4 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 c794525e..c794525e 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 46c41fcd..46c41fcd 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 a821e9df..a821e9df 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 c40357b8..c40357b8 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 9ba1bb39..9ba1bb39 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 518a59a1..518a59a1 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 912112f2..912112f2 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 ecbe0073..ecbe0073 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 6d3f86e7..6d3f86e7 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 59cc1703..59cc1703 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 3d187023..3d187023 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 53691ead..53691ead 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 d0955a2a..d0955a2a 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 c35079be..c35079be 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 063e6e00..063e6e00 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 a5556af2..a5556af2 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 19f0ebdc..19f0ebdc 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 87ab8c32..87ab8c32 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 ede223f8..ede223f8 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 8da51994..8da51994 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 72bb3ec1..72bb3ec1 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 41e6ba96..41e6ba96 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 ac538ff5..ac538ff5 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 0e9b5278..0e9b5278 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 cef26ee5..cef26ee5 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 88a2e44e..88a2e44e 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 9e71aebd..9e71aebd 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 3bf73a9f..3bf73a9f 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 2db8b717..2db8b717 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 128cf750..128cf750 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 46c41fcd..46c41fcd 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 d0d26ea7..d0d26ea7 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 057c097b..057c097b 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 927e1f6b..927e1f6b 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 ffddf6cf..ffddf6cf 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 395d7d25..395d7d25 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 ce894465..ce894465 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 6821ecda..6821ecda 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 7e32b414..7e32b414 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 8d62f5c5..8d62f5c5 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 8d28f97b..8d28f97b 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 2035852f..2035852f 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 f6a9a052..f6a9a052 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 af7c9689..af7c9689 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 f459f500..f459f500 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 ce78fff1..ce78fff1 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 19e94a42..19e94a42 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 6d834924..6d834924 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 e97412e0..e97412e0 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 e69de29b..e69de29b 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 8f727f08..8f727f08 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 60bdb30a..60bdb30a 100644
--- a/test/js/index.html
+++ b/tests/js/index.html
diff --git a/test/js/tests.js b/tests/js/tests.js
index 73b4ce2b..73b4ce2b 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 77593d8f..77593d8f 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 c6f49e18..c6f49e18 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 3f0e38d1..3f0e38d1 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 90875404..90875404 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 ffbe6240..ffbe6240 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 b45cba8c..b45cba8c 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 90875404..90875404 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 e69de29b..e69de29b 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 79764751..79764751 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 924f9b77..924f9b77 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 b3f5e5f2..b3f5e5f2 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 2dfeb9c1..2dfeb9c1 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 66ce5956..66ce5956 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 be5fcdd3..be5fcdd3 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 59d6fb54..59d6fb54 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 a9aeef04..a9aeef04 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 b52964cb..b52964cb 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 e69de29b..e69de29b 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 b5be9f1c..b5be9f1c 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 4b6a15cc..4b6a15cc 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 3a1ad155..3a1ad155 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 090efbf5..090efbf5 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 b606711d..b606711d 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 7a34e2c6..7a34e2c6 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 671d81ef..671d81ef 100644
--- a/test/modules/runmod1.py
+++ b/tests/modules/runmod1.py
diff --git a/test/modules/usepkgs.py b/tests/modules/usepkgs.py
index 93c7d904..93c7d904 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 e69de29b..e69de29b 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 78896928..78896928 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 2bd8a441..2bd8a441 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 e69de29b..e69de29b 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 0139d28b..0139d28b 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 b024b148..b024b148 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 25c3a7c6..25c3a7c6 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 7438b2ca..7438b2ca 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 b3c6db52..b3c6db52 100644
--- a/test/qunit/qunit.css
+++ b/tests/qunit/qunit.css
diff --git a/test/qunit/qunit.js b/tests/qunit/qunit.js
index e00cca90..e00cca90 100644
--- a/test/qunit/qunit.js
+++ b/tests/qunit/qunit.js
diff --git a/test/stress_phystoken.tok b/tests/stress_phystoken.tok
index 8d1b6bec..8d1b6bec 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 b08fd70e..b08fd70e 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 559684b8..559684b8 100644
--- a/test/test_api.py
+++ b/tests/test_api.py
diff --git a/test/test_arcs.py b/tests/test_arcs.py
index 69c054cc..69c054cc 100644
--- a/test/test_arcs.py
+++ b/tests/test_arcs.py
diff --git a/test/test_cmdline.py b/tests/test_cmdline.py
index 33f90212..33f90212 100644
--- a/test/test_cmdline.py
+++ b/tests/test_cmdline.py
diff --git a/test/test_codeunit.py b/tests/test_codeunit.py
index b4caff88..b4caff88 100644
--- a/test/test_codeunit.py
+++ b/tests/test_codeunit.py
diff --git a/test/test_config.py b/tests/test_config.py
index 1ca63765..1ca63765 100644
--- a/test/test_config.py
+++ b/tests/test_config.py
diff --git a/test/test_coverage.py b/tests/test_coverage.py
index 0918dfe1..0918dfe1 100644
--- a/test/test_coverage.py
+++ b/tests/test_coverage.py
diff --git a/test/test_data.py b/tests/test_data.py
index 9281ccc7..9281ccc7 100644
--- a/test/test_data.py
+++ b/tests/test_data.py
diff --git a/test/test_execfile.py b/tests/test_execfile.py
index e7d7041f..e7d7041f 100644
--- a/test/test_execfile.py
+++ b/tests/test_execfile.py
diff --git a/test/test_farm.py b/tests/test_farm.py
index f25d6109..f25d6109 100644
--- a/test/test_farm.py
+++ b/tests/test_farm.py
diff --git a/test/test_files.py b/tests/test_files.py
index 051b2743..051b2743 100644
--- a/test/test_files.py
+++ b/tests/test_files.py
diff --git a/test/test_html.py b/tests/test_html.py
index 66d1bd7d..66d1bd7d 100644
--- a/test/test_html.py
+++ b/tests/test_html.py
diff --git a/test/test_misc.py b/tests/test_misc.py
index a32030ca..a32030ca 100644
--- a/test/test_misc.py
+++ b/tests/test_misc.py
diff --git a/test/test_oddball.py b/tests/test_oddball.py
index 113328bb..113328bb 100644
--- a/test/test_oddball.py
+++ b/tests/test_oddball.py
diff --git a/test/test_parser.py b/tests/test_parser.py
index 6ccef206..6ccef206 100644
--- a/test/test_parser.py
+++ b/tests/test_parser.py
diff --git a/test/test_phystokens.py b/tests/test_phystokens.py
index e4834e4c..e4834e4c 100644
--- a/test/test_phystokens.py
+++ b/tests/test_phystokens.py
diff --git a/test/test_process.py b/tests/test_process.py
index bf22cc9d..bf22cc9d 100644
--- a/test/test_process.py
+++ b/tests/test_process.py
diff --git a/test/test_results.py b/tests/test_results.py
index 3caa5a66..3caa5a66 100644
--- a/test/test_results.py
+++ b/tests/test_results.py
diff --git a/test/test_summary.py b/tests/test_summary.py
index 5bb903a6..5bb903a6 100644
--- a/test/test_summary.py
+++ b/tests/test_summary.py
diff --git a/test/test_templite.py b/tests/test_templite.py
index 0435c545..0435c545 100644
--- a/test/test_templite.py
+++ b/tests/test_templite.py
diff --git a/test/test_testing.py b/tests/test_testing.py
index c2d1453d..c2d1453d 100644
--- a/test/test_testing.py
+++ b/tests/test_testing.py
diff --git a/test/test_xml.py b/tests/test_xml.py
index 204b5869..204b5869 100644
--- a/test/test_xml.py
+++ b/tests/test_xml.py
diff --git a/test/try_execfile.py b/tests/try_execfile.py
index 9bbabd1a..9bbabd1a 100644
--- a/test/try_execfile.py
+++ b/tests/try_execfile.py