<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/__init__.py, branch coverage-4.5.4</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>No more nose, use pytest as test runner</title>
<updated>2016-11-20T22:47:23+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-20T22:47:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=81512040e39704bd9e8eb7232d8e56910908ab2c'/>
<id>81512040e39704bd9e8eb7232d8e56910908ab2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the test directory to tests to avoid conflicts with the stdlib test package.</title>
<updated>2013-02-02T16:15:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-02-02T16:15:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c19232a9d2be2bde30e446311f32e9dcdd5d4774'/>
<id>c19232a9d2be2bde30e446311f32e9dcdd5d4774</id>
<content type='text'>
--HG--
rename : test/__init__.py =&gt; tests/__init__.py
rename : test/backtest.py =&gt; tests/backtest.py
rename : test/backunittest.py =&gt; tests/backunittest.py
rename : test/coveragetest.py =&gt; tests/coveragetest.py
rename : test/covmodzip1.py =&gt; tests/covmodzip1.py
rename : test/eggsrc/egg1/__init__.py =&gt; tests/eggsrc/egg1/__init__.py
rename : test/eggsrc/egg1/egg1.py =&gt; tests/eggsrc/egg1/egg1.py
rename : test/eggsrc/setup.py =&gt; tests/eggsrc/setup.py
rename : test/farm/annotate/annotate_dir.py =&gt; tests/farm/annotate/annotate_dir.py
rename : test/farm/annotate/gold/white.py,cover =&gt; tests/farm/annotate/gold/white.py,cover
rename : test/farm/annotate/gold_anno_dir/a___init__.py,cover =&gt; tests/farm/annotate/gold_anno_dir/a___init__.py,cover
rename : test/farm/annotate/gold_anno_dir/a_a.py,cover =&gt; tests/farm/annotate/gold_anno_dir/a_a.py,cover
rename : test/farm/annotate/gold_anno_dir/b___init__.py,cover =&gt; tests/farm/annotate/gold_anno_dir/b___init__.py,cover
rename : test/farm/annotate/gold_anno_dir/b_b.py,cover =&gt; tests/farm/annotate/gold_anno_dir/b_b.py,cover
rename : test/farm/annotate/gold_anno_dir/multi.py,cover =&gt; tests/farm/annotate/gold_anno_dir/multi.py,cover
rename : test/farm/annotate/gold_multi/a/__init__.py,cover =&gt; tests/farm/annotate/gold_multi/a/__init__.py,cover
rename : test/farm/annotate/gold_multi/a/a.py,cover =&gt; tests/farm/annotate/gold_multi/a/a.py,cover
rename : test/farm/annotate/gold_multi/b/__init__.py,cover =&gt; tests/farm/annotate/gold_multi/b/__init__.py,cover
rename : test/farm/annotate/gold_multi/b/b.py,cover =&gt; tests/farm/annotate/gold_multi/b/b.py,cover
rename : test/farm/annotate/gold_multi/multi.py,cover =&gt; tests/farm/annotate/gold_multi/multi.py,cover
rename : test/farm/annotate/gold_v24/white.py,cover =&gt; tests/farm/annotate/gold_v24/white.py,cover
rename : test/farm/annotate/run.py =&gt; tests/farm/annotate/run.py
rename : test/farm/annotate/run_multi.py =&gt; tests/farm/annotate/run_multi.py
rename : test/farm/annotate/src/a/__init__.py =&gt; tests/farm/annotate/src/a/__init__.py
rename : test/farm/annotate/src/a/a.py =&gt; tests/farm/annotate/src/a/a.py
rename : test/farm/annotate/src/b/__init__.py =&gt; tests/farm/annotate/src/b/__init__.py
rename : test/farm/annotate/src/b/b.py =&gt; tests/farm/annotate/src/b/b.py
rename : test/farm/annotate/src/multi.py =&gt; tests/farm/annotate/src/multi.py
rename : test/farm/annotate/src/white.py =&gt; tests/farm/annotate/src/white.py
rename : test/farm/html/gold_a/a.html =&gt; tests/farm/html/gold_a/a.html
rename : test/farm/html/gold_a/index.html =&gt; tests/farm/html/gold_a/index.html
rename : test/farm/html/gold_b_branch/b.html =&gt; tests/farm/html/gold_b_branch/b.html
rename : test/farm/html/gold_b_branch/index.html =&gt; tests/farm/html/gold_b_branch/index.html
rename : test/farm/html/gold_bom/bom.html =&gt; tests/farm/html/gold_bom/bom.html
rename : test/farm/html/gold_bom/index.html =&gt; tests/farm/html/gold_bom/index.html
rename : test/farm/html/gold_isolatin1/index.html =&gt; tests/farm/html/gold_isolatin1/index.html
rename : test/farm/html/gold_isolatin1/isolatin1.html =&gt; tests/farm/html/gold_isolatin1/isolatin1.html
rename : test/farm/html/gold_omit_1/index.html =&gt; tests/farm/html/gold_omit_1/index.html
rename : test/farm/html/gold_omit_1/m1.html =&gt; tests/farm/html/gold_omit_1/m1.html
rename : test/farm/html/gold_omit_1/m2.html =&gt; tests/farm/html/gold_omit_1/m2.html
rename : test/farm/html/gold_omit_1/m3.html =&gt; tests/farm/html/gold_omit_1/m3.html
rename : test/farm/html/gold_omit_1/main.html =&gt; tests/farm/html/gold_omit_1/main.html
rename : test/farm/html/gold_omit_2/index.html =&gt; tests/farm/html/gold_omit_2/index.html
rename : test/farm/html/gold_omit_2/m2.html =&gt; tests/farm/html/gold_omit_2/m2.html
rename : test/farm/html/gold_omit_2/m3.html =&gt; tests/farm/html/gold_omit_2/m3.html
rename : test/farm/html/gold_omit_2/main.html =&gt; tests/farm/html/gold_omit_2/main.html
rename : test/farm/html/gold_omit_3/index.html =&gt; tests/farm/html/gold_omit_3/index.html
rename : test/farm/html/gold_omit_3/m3.html =&gt; tests/farm/html/gold_omit_3/m3.html
rename : test/farm/html/gold_omit_3/main.html =&gt; tests/farm/html/gold_omit_3/main.html
rename : test/farm/html/gold_omit_4/index.html =&gt; tests/farm/html/gold_omit_4/index.html
rename : test/farm/html/gold_omit_4/m1.html =&gt; tests/farm/html/gold_omit_4/m1.html
rename : test/farm/html/gold_omit_4/m3.html =&gt; tests/farm/html/gold_omit_4/m3.html
rename : test/farm/html/gold_omit_4/main.html =&gt; tests/farm/html/gold_omit_4/main.html
rename : test/farm/html/gold_omit_5/index.html =&gt; tests/farm/html/gold_omit_5/index.html
rename : test/farm/html/gold_omit_5/m1.html =&gt; tests/farm/html/gold_omit_5/m1.html
rename : test/farm/html/gold_omit_5/main.html =&gt; tests/farm/html/gold_omit_5/main.html
rename : test/farm/html/gold_other/blah_blah_other.html =&gt; tests/farm/html/gold_other/blah_blah_other.html
rename : test/farm/html/gold_other/here.html =&gt; tests/farm/html/gold_other/here.html
rename : test/farm/html/gold_other/index.html =&gt; tests/farm/html/gold_other/index.html
rename : test/farm/html/gold_partial/index.html =&gt; tests/farm/html/gold_partial/index.html
rename : test/farm/html/gold_partial/partial.html =&gt; tests/farm/html/gold_partial/partial.html
rename : test/farm/html/gold_styled/a.html =&gt; tests/farm/html/gold_styled/a.html
rename : test/farm/html/gold_styled/extra.css =&gt; tests/farm/html/gold_styled/extra.css
rename : test/farm/html/gold_styled/index.html =&gt; tests/farm/html/gold_styled/index.html
rename : test/farm/html/gold_styled/style.css =&gt; tests/farm/html/gold_styled/style.css
rename : test/farm/html/gold_unicode/index.html =&gt; tests/farm/html/gold_unicode/index.html
rename : test/farm/html/gold_unicode/unicode.html =&gt; tests/farm/html/gold_unicode/unicode.html
rename : test/farm/html/gold_x_xml/coverage.xml =&gt; tests/farm/html/gold_x_xml/coverage.xml
rename : test/farm/html/gold_y_xml_branch/coverage.xml =&gt; tests/farm/html/gold_y_xml_branch/coverage.xml
rename : test/farm/html/othersrc/other.py =&gt; tests/farm/html/othersrc/other.py
rename : test/farm/html/run_a.py =&gt; tests/farm/html/run_a.py
rename : test/farm/html/run_a_xml_1.py =&gt; tests/farm/html/run_a_xml_1.py
rename : test/farm/html/run_a_xml_2.py =&gt; tests/farm/html/run_a_xml_2.py
rename : test/farm/html/run_b_branch.py =&gt; tests/farm/html/run_b_branch.py
rename : test/farm/html/run_bom.py =&gt; tests/farm/html/run_bom.py
rename : test/farm/html/run_isolatin1.py =&gt; tests/farm/html/run_isolatin1.py
rename : test/farm/html/run_omit_1.py =&gt; tests/farm/html/run_omit_1.py
rename : test/farm/html/run_omit_2.py =&gt; tests/farm/html/run_omit_2.py
rename : test/farm/html/run_omit_3.py =&gt; tests/farm/html/run_omit_3.py
rename : test/farm/html/run_omit_4.py =&gt; tests/farm/html/run_omit_4.py
rename : test/farm/html/run_omit_5.py =&gt; tests/farm/html/run_omit_5.py
rename : test/farm/html/run_other.py =&gt; tests/farm/html/run_other.py
rename : test/farm/html/run_partial.py =&gt; tests/farm/html/run_partial.py
rename : test/farm/html/run_styled.py =&gt; tests/farm/html/run_styled.py
rename : test/farm/html/run_tabbed.py =&gt; tests/farm/html/run_tabbed.py
rename : test/farm/html/run_unicode.py =&gt; tests/farm/html/run_unicode.py
rename : test/farm/html/run_y_xml_branch.py =&gt; tests/farm/html/run_y_xml_branch.py
rename : test/farm/html/src/a.py =&gt; tests/farm/html/src/a.py
rename : test/farm/html/src/b.py =&gt; tests/farm/html/src/b.py
rename : test/farm/html/src/bom.py =&gt; tests/farm/html/src/bom.py
rename : test/farm/html/src/coverage.xml =&gt; tests/farm/html/src/coverage.xml
rename : test/farm/html/src/extra.css =&gt; tests/farm/html/src/extra.css
rename : test/farm/html/src/here.py =&gt; tests/farm/html/src/here.py
rename : test/farm/html/src/isolatin1.py =&gt; tests/farm/html/src/isolatin1.py
rename : test/farm/html/src/m1.py =&gt; tests/farm/html/src/m1.py
rename : test/farm/html/src/m2.py =&gt; tests/farm/html/src/m2.py
rename : test/farm/html/src/m3.py =&gt; tests/farm/html/src/m3.py
rename : test/farm/html/src/main.py =&gt; tests/farm/html/src/main.py
rename : test/farm/html/src/omit4.ini =&gt; tests/farm/html/src/omit4.ini
rename : test/farm/html/src/omit5.ini =&gt; tests/farm/html/src/omit5.ini
rename : test/farm/html/src/partial.py =&gt; tests/farm/html/src/partial.py
rename : test/farm/html/src/run_a_xml_2.ini =&gt; tests/farm/html/src/run_a_xml_2.ini
rename : test/farm/html/src/tabbed.py =&gt; tests/farm/html/src/tabbed.py
rename : test/farm/html/src/unicode.py =&gt; tests/farm/html/src/unicode.py
rename : test/farm/html/src/y.py =&gt; tests/farm/html/src/y.py
rename : test/farm/run/run_chdir.py =&gt; tests/farm/run/run_chdir.py
rename : test/farm/run/run_timid.py =&gt; tests/farm/run/run_timid.py
rename : test/farm/run/run_xxx.py =&gt; tests/farm/run/run_xxx.py
rename : test/farm/run/src/chdir.py =&gt; tests/farm/run/src/chdir.py
rename : test/farm/run/src/showtrace.py =&gt; tests/farm/run/src/showtrace.py
rename : test/farm/run/src/subdir/placeholder =&gt; tests/farm/run/src/subdir/placeholder
rename : test/farm/run/src/xxx =&gt; tests/farm/run/src/xxx
rename : test/js/index.html =&gt; tests/js/index.html
rename : test/js/tests.js =&gt; tests/js/tests.js
rename : test/modules/aa/__init__.py =&gt; tests/modules/aa/__init__.py
rename : test/modules/aa/afile.odd.py =&gt; tests/modules/aa/afile.odd.py
rename : test/modules/aa/afile.py =&gt; tests/modules/aa/afile.py
rename : test/modules/aa/bb.odd/bfile.py =&gt; tests/modules/aa/bb.odd/bfile.py
rename : test/modules/aa/bb/__init__.py =&gt; tests/modules/aa/bb/__init__.py
rename : test/modules/aa/bb/bfile.odd.py =&gt; tests/modules/aa/bb/bfile.odd.py
rename : test/modules/aa/bb/bfile.py =&gt; tests/modules/aa/bb/bfile.py
rename : test/modules/aa/bb/cc/__init__.py =&gt; tests/modules/aa/bb/cc/__init__.py
rename : test/modules/aa/bb/cc/cfile.py =&gt; tests/modules/aa/bb/cc/cfile.py
rename : test/modules/aa/zfile.py =&gt; tests/modules/aa/zfile.py
rename : test/modules/covmod1.py =&gt; tests/modules/covmod1.py
rename : test/modules/pkg1/__init__.py =&gt; tests/modules/pkg1/__init__.py
rename : test/modules/pkg1/__main__.py =&gt; tests/modules/pkg1/__main__.py
rename : test/modules/pkg1/p1a.py =&gt; tests/modules/pkg1/p1a.py
rename : test/modules/pkg1/p1b.py =&gt; tests/modules/pkg1/p1b.py
rename : test/modules/pkg1/p1c.py =&gt; tests/modules/pkg1/p1c.py
rename : test/modules/pkg1/runmod2.py =&gt; tests/modules/pkg1/runmod2.py
rename : test/modules/pkg1/sub/__init__.py =&gt; tests/modules/pkg1/sub/__init__.py
rename : test/modules/pkg1/sub/__main__.py =&gt; tests/modules/pkg1/sub/__main__.py
rename : test/modules/pkg1/sub/ps1a.py =&gt; tests/modules/pkg1/sub/ps1a.py
rename : test/modules/pkg1/sub/runmod3.py =&gt; tests/modules/pkg1/sub/runmod3.py
rename : test/modules/pkg2/__init__.py =&gt; tests/modules/pkg2/__init__.py
rename : test/modules/pkg2/p2a.py =&gt; tests/modules/pkg2/p2a.py
rename : test/modules/pkg2/p2b.py =&gt; tests/modules/pkg2/p2b.py
rename : test/modules/runmod1.py =&gt; tests/modules/runmod1.py
rename : test/modules/usepkgs.py =&gt; tests/modules/usepkgs.py
rename : test/moremodules/othermods/__init__.py =&gt; tests/moremodules/othermods/__init__.py
rename : test/moremodules/othermods/othera.py =&gt; tests/moremodules/othermods/othera.py
rename : test/moremodules/othermods/otherb.py =&gt; tests/moremodules/othermods/otherb.py
rename : test/moremodules/othermods/sub/__init__.py =&gt; tests/moremodules/othermods/sub/__init__.py
rename : test/moremodules/othermods/sub/osa.py =&gt; tests/moremodules/othermods/sub/osa.py
rename : test/moremodules/othermods/sub/osb.py =&gt; tests/moremodules/othermods/sub/osb.py
rename : test/osinfo.py =&gt; tests/osinfo.py
rename : test/qunit/jquery.tmpl.min.js =&gt; tests/qunit/jquery.tmpl.min.js
rename : test/qunit/qunit.css =&gt; tests/qunit/qunit.css
rename : test/qunit/qunit.js =&gt; tests/qunit/qunit.js
rename : test/stress_phystoken.tok =&gt; tests/stress_phystoken.tok
rename : test/stress_phystoken_dos.tok =&gt; tests/stress_phystoken_dos.tok
rename : test/test_api.py =&gt; tests/test_api.py
rename : test/test_arcs.py =&gt; tests/test_arcs.py
rename : test/test_cmdline.py =&gt; tests/test_cmdline.py
rename : test/test_codeunit.py =&gt; tests/test_codeunit.py
rename : test/test_config.py =&gt; tests/test_config.py
rename : test/test_coverage.py =&gt; tests/test_coverage.py
rename : test/test_data.py =&gt; tests/test_data.py
rename : test/test_execfile.py =&gt; tests/test_execfile.py
rename : test/test_farm.py =&gt; tests/test_farm.py
rename : test/test_files.py =&gt; tests/test_files.py
rename : test/test_html.py =&gt; tests/test_html.py
rename : test/test_misc.py =&gt; tests/test_misc.py
rename : test/test_oddball.py =&gt; tests/test_oddball.py
rename : test/test_parser.py =&gt; tests/test_parser.py
rename : test/test_phystokens.py =&gt; tests/test_phystokens.py
rename : test/test_process.py =&gt; tests/test_process.py
rename : test/test_results.py =&gt; tests/test_results.py
rename : test/test_summary.py =&gt; tests/test_summary.py
rename : test/test_templite.py =&gt; tests/test_templite.py
rename : test/test_testing.py =&gt; tests/test_testing.py
rename : test/test_xml.py =&gt; tests/test_xml.py
rename : test/try_execfile.py =&gt; tests/try_execfile.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : test/__init__.py =&gt; tests/__init__.py
rename : test/backtest.py =&gt; tests/backtest.py
rename : test/backunittest.py =&gt; tests/backunittest.py
rename : test/coveragetest.py =&gt; tests/coveragetest.py
rename : test/covmodzip1.py =&gt; tests/covmodzip1.py
rename : test/eggsrc/egg1/__init__.py =&gt; tests/eggsrc/egg1/__init__.py
rename : test/eggsrc/egg1/egg1.py =&gt; tests/eggsrc/egg1/egg1.py
rename : test/eggsrc/setup.py =&gt; tests/eggsrc/setup.py
rename : test/farm/annotate/annotate_dir.py =&gt; tests/farm/annotate/annotate_dir.py
rename : test/farm/annotate/gold/white.py,cover =&gt; tests/farm/annotate/gold/white.py,cover
rename : test/farm/annotate/gold_anno_dir/a___init__.py,cover =&gt; tests/farm/annotate/gold_anno_dir/a___init__.py,cover
rename : test/farm/annotate/gold_anno_dir/a_a.py,cover =&gt; tests/farm/annotate/gold_anno_dir/a_a.py,cover
rename : test/farm/annotate/gold_anno_dir/b___init__.py,cover =&gt; tests/farm/annotate/gold_anno_dir/b___init__.py,cover
rename : test/farm/annotate/gold_anno_dir/b_b.py,cover =&gt; tests/farm/annotate/gold_anno_dir/b_b.py,cover
rename : test/farm/annotate/gold_anno_dir/multi.py,cover =&gt; tests/farm/annotate/gold_anno_dir/multi.py,cover
rename : test/farm/annotate/gold_multi/a/__init__.py,cover =&gt; tests/farm/annotate/gold_multi/a/__init__.py,cover
rename : test/farm/annotate/gold_multi/a/a.py,cover =&gt; tests/farm/annotate/gold_multi/a/a.py,cover
rename : test/farm/annotate/gold_multi/b/__init__.py,cover =&gt; tests/farm/annotate/gold_multi/b/__init__.py,cover
rename : test/farm/annotate/gold_multi/b/b.py,cover =&gt; tests/farm/annotate/gold_multi/b/b.py,cover
rename : test/farm/annotate/gold_multi/multi.py,cover =&gt; tests/farm/annotate/gold_multi/multi.py,cover
rename : test/farm/annotate/gold_v24/white.py,cover =&gt; tests/farm/annotate/gold_v24/white.py,cover
rename : test/farm/annotate/run.py =&gt; tests/farm/annotate/run.py
rename : test/farm/annotate/run_multi.py =&gt; tests/farm/annotate/run_multi.py
rename : test/farm/annotate/src/a/__init__.py =&gt; tests/farm/annotate/src/a/__init__.py
rename : test/farm/annotate/src/a/a.py =&gt; tests/farm/annotate/src/a/a.py
rename : test/farm/annotate/src/b/__init__.py =&gt; tests/farm/annotate/src/b/__init__.py
rename : test/farm/annotate/src/b/b.py =&gt; tests/farm/annotate/src/b/b.py
rename : test/farm/annotate/src/multi.py =&gt; tests/farm/annotate/src/multi.py
rename : test/farm/annotate/src/white.py =&gt; tests/farm/annotate/src/white.py
rename : test/farm/html/gold_a/a.html =&gt; tests/farm/html/gold_a/a.html
rename : test/farm/html/gold_a/index.html =&gt; tests/farm/html/gold_a/index.html
rename : test/farm/html/gold_b_branch/b.html =&gt; tests/farm/html/gold_b_branch/b.html
rename : test/farm/html/gold_b_branch/index.html =&gt; tests/farm/html/gold_b_branch/index.html
rename : test/farm/html/gold_bom/bom.html =&gt; tests/farm/html/gold_bom/bom.html
rename : test/farm/html/gold_bom/index.html =&gt; tests/farm/html/gold_bom/index.html
rename : test/farm/html/gold_isolatin1/index.html =&gt; tests/farm/html/gold_isolatin1/index.html
rename : test/farm/html/gold_isolatin1/isolatin1.html =&gt; tests/farm/html/gold_isolatin1/isolatin1.html
rename : test/farm/html/gold_omit_1/index.html =&gt; tests/farm/html/gold_omit_1/index.html
rename : test/farm/html/gold_omit_1/m1.html =&gt; tests/farm/html/gold_omit_1/m1.html
rename : test/farm/html/gold_omit_1/m2.html =&gt; tests/farm/html/gold_omit_1/m2.html
rename : test/farm/html/gold_omit_1/m3.html =&gt; tests/farm/html/gold_omit_1/m3.html
rename : test/farm/html/gold_omit_1/main.html =&gt; tests/farm/html/gold_omit_1/main.html
rename : test/farm/html/gold_omit_2/index.html =&gt; tests/farm/html/gold_omit_2/index.html
rename : test/farm/html/gold_omit_2/m2.html =&gt; tests/farm/html/gold_omit_2/m2.html
rename : test/farm/html/gold_omit_2/m3.html =&gt; tests/farm/html/gold_omit_2/m3.html
rename : test/farm/html/gold_omit_2/main.html =&gt; tests/farm/html/gold_omit_2/main.html
rename : test/farm/html/gold_omit_3/index.html =&gt; tests/farm/html/gold_omit_3/index.html
rename : test/farm/html/gold_omit_3/m3.html =&gt; tests/farm/html/gold_omit_3/m3.html
rename : test/farm/html/gold_omit_3/main.html =&gt; tests/farm/html/gold_omit_3/main.html
rename : test/farm/html/gold_omit_4/index.html =&gt; tests/farm/html/gold_omit_4/index.html
rename : test/farm/html/gold_omit_4/m1.html =&gt; tests/farm/html/gold_omit_4/m1.html
rename : test/farm/html/gold_omit_4/m3.html =&gt; tests/farm/html/gold_omit_4/m3.html
rename : test/farm/html/gold_omit_4/main.html =&gt; tests/farm/html/gold_omit_4/main.html
rename : test/farm/html/gold_omit_5/index.html =&gt; tests/farm/html/gold_omit_5/index.html
rename : test/farm/html/gold_omit_5/m1.html =&gt; tests/farm/html/gold_omit_5/m1.html
rename : test/farm/html/gold_omit_5/main.html =&gt; tests/farm/html/gold_omit_5/main.html
rename : test/farm/html/gold_other/blah_blah_other.html =&gt; tests/farm/html/gold_other/blah_blah_other.html
rename : test/farm/html/gold_other/here.html =&gt; tests/farm/html/gold_other/here.html
rename : test/farm/html/gold_other/index.html =&gt; tests/farm/html/gold_other/index.html
rename : test/farm/html/gold_partial/index.html =&gt; tests/farm/html/gold_partial/index.html
rename : test/farm/html/gold_partial/partial.html =&gt; tests/farm/html/gold_partial/partial.html
rename : test/farm/html/gold_styled/a.html =&gt; tests/farm/html/gold_styled/a.html
rename : test/farm/html/gold_styled/extra.css =&gt; tests/farm/html/gold_styled/extra.css
rename : test/farm/html/gold_styled/index.html =&gt; tests/farm/html/gold_styled/index.html
rename : test/farm/html/gold_styled/style.css =&gt; tests/farm/html/gold_styled/style.css
rename : test/farm/html/gold_unicode/index.html =&gt; tests/farm/html/gold_unicode/index.html
rename : test/farm/html/gold_unicode/unicode.html =&gt; tests/farm/html/gold_unicode/unicode.html
rename : test/farm/html/gold_x_xml/coverage.xml =&gt; tests/farm/html/gold_x_xml/coverage.xml
rename : test/farm/html/gold_y_xml_branch/coverage.xml =&gt; tests/farm/html/gold_y_xml_branch/coverage.xml
rename : test/farm/html/othersrc/other.py =&gt; tests/farm/html/othersrc/other.py
rename : test/farm/html/run_a.py =&gt; tests/farm/html/run_a.py
rename : test/farm/html/run_a_xml_1.py =&gt; tests/farm/html/run_a_xml_1.py
rename : test/farm/html/run_a_xml_2.py =&gt; tests/farm/html/run_a_xml_2.py
rename : test/farm/html/run_b_branch.py =&gt; tests/farm/html/run_b_branch.py
rename : test/farm/html/run_bom.py =&gt; tests/farm/html/run_bom.py
rename : test/farm/html/run_isolatin1.py =&gt; tests/farm/html/run_isolatin1.py
rename : test/farm/html/run_omit_1.py =&gt; tests/farm/html/run_omit_1.py
rename : test/farm/html/run_omit_2.py =&gt; tests/farm/html/run_omit_2.py
rename : test/farm/html/run_omit_3.py =&gt; tests/farm/html/run_omit_3.py
rename : test/farm/html/run_omit_4.py =&gt; tests/farm/html/run_omit_4.py
rename : test/farm/html/run_omit_5.py =&gt; tests/farm/html/run_omit_5.py
rename : test/farm/html/run_other.py =&gt; tests/farm/html/run_other.py
rename : test/farm/html/run_partial.py =&gt; tests/farm/html/run_partial.py
rename : test/farm/html/run_styled.py =&gt; tests/farm/html/run_styled.py
rename : test/farm/html/run_tabbed.py =&gt; tests/farm/html/run_tabbed.py
rename : test/farm/html/run_unicode.py =&gt; tests/farm/html/run_unicode.py
rename : test/farm/html/run_y_xml_branch.py =&gt; tests/farm/html/run_y_xml_branch.py
rename : test/farm/html/src/a.py =&gt; tests/farm/html/src/a.py
rename : test/farm/html/src/b.py =&gt; tests/farm/html/src/b.py
rename : test/farm/html/src/bom.py =&gt; tests/farm/html/src/bom.py
rename : test/farm/html/src/coverage.xml =&gt; tests/farm/html/src/coverage.xml
rename : test/farm/html/src/extra.css =&gt; tests/farm/html/src/extra.css
rename : test/farm/html/src/here.py =&gt; tests/farm/html/src/here.py
rename : test/farm/html/src/isolatin1.py =&gt; tests/farm/html/src/isolatin1.py
rename : test/farm/html/src/m1.py =&gt; tests/farm/html/src/m1.py
rename : test/farm/html/src/m2.py =&gt; tests/farm/html/src/m2.py
rename : test/farm/html/src/m3.py =&gt; tests/farm/html/src/m3.py
rename : test/farm/html/src/main.py =&gt; tests/farm/html/src/main.py
rename : test/farm/html/src/omit4.ini =&gt; tests/farm/html/src/omit4.ini
rename : test/farm/html/src/omit5.ini =&gt; tests/farm/html/src/omit5.ini
rename : test/farm/html/src/partial.py =&gt; tests/farm/html/src/partial.py
rename : test/farm/html/src/run_a_xml_2.ini =&gt; tests/farm/html/src/run_a_xml_2.ini
rename : test/farm/html/src/tabbed.py =&gt; tests/farm/html/src/tabbed.py
rename : test/farm/html/src/unicode.py =&gt; tests/farm/html/src/unicode.py
rename : test/farm/html/src/y.py =&gt; tests/farm/html/src/y.py
rename : test/farm/run/run_chdir.py =&gt; tests/farm/run/run_chdir.py
rename : test/farm/run/run_timid.py =&gt; tests/farm/run/run_timid.py
rename : test/farm/run/run_xxx.py =&gt; tests/farm/run/run_xxx.py
rename : test/farm/run/src/chdir.py =&gt; tests/farm/run/src/chdir.py
rename : test/farm/run/src/showtrace.py =&gt; tests/farm/run/src/showtrace.py
rename : test/farm/run/src/subdir/placeholder =&gt; tests/farm/run/src/subdir/placeholder
rename : test/farm/run/src/xxx =&gt; tests/farm/run/src/xxx
rename : test/js/index.html =&gt; tests/js/index.html
rename : test/js/tests.js =&gt; tests/js/tests.js
rename : test/modules/aa/__init__.py =&gt; tests/modules/aa/__init__.py
rename : test/modules/aa/afile.odd.py =&gt; tests/modules/aa/afile.odd.py
rename : test/modules/aa/afile.py =&gt; tests/modules/aa/afile.py
rename : test/modules/aa/bb.odd/bfile.py =&gt; tests/modules/aa/bb.odd/bfile.py
rename : test/modules/aa/bb/__init__.py =&gt; tests/modules/aa/bb/__init__.py
rename : test/modules/aa/bb/bfile.odd.py =&gt; tests/modules/aa/bb/bfile.odd.py
rename : test/modules/aa/bb/bfile.py =&gt; tests/modules/aa/bb/bfile.py
rename : test/modules/aa/bb/cc/__init__.py =&gt; tests/modules/aa/bb/cc/__init__.py
rename : test/modules/aa/bb/cc/cfile.py =&gt; tests/modules/aa/bb/cc/cfile.py
rename : test/modules/aa/zfile.py =&gt; tests/modules/aa/zfile.py
rename : test/modules/covmod1.py =&gt; tests/modules/covmod1.py
rename : test/modules/pkg1/__init__.py =&gt; tests/modules/pkg1/__init__.py
rename : test/modules/pkg1/__main__.py =&gt; tests/modules/pkg1/__main__.py
rename : test/modules/pkg1/p1a.py =&gt; tests/modules/pkg1/p1a.py
rename : test/modules/pkg1/p1b.py =&gt; tests/modules/pkg1/p1b.py
rename : test/modules/pkg1/p1c.py =&gt; tests/modules/pkg1/p1c.py
rename : test/modules/pkg1/runmod2.py =&gt; tests/modules/pkg1/runmod2.py
rename : test/modules/pkg1/sub/__init__.py =&gt; tests/modules/pkg1/sub/__init__.py
rename : test/modules/pkg1/sub/__main__.py =&gt; tests/modules/pkg1/sub/__main__.py
rename : test/modules/pkg1/sub/ps1a.py =&gt; tests/modules/pkg1/sub/ps1a.py
rename : test/modules/pkg1/sub/runmod3.py =&gt; tests/modules/pkg1/sub/runmod3.py
rename : test/modules/pkg2/__init__.py =&gt; tests/modules/pkg2/__init__.py
rename : test/modules/pkg2/p2a.py =&gt; tests/modules/pkg2/p2a.py
rename : test/modules/pkg2/p2b.py =&gt; tests/modules/pkg2/p2b.py
rename : test/modules/runmod1.py =&gt; tests/modules/runmod1.py
rename : test/modules/usepkgs.py =&gt; tests/modules/usepkgs.py
rename : test/moremodules/othermods/__init__.py =&gt; tests/moremodules/othermods/__init__.py
rename : test/moremodules/othermods/othera.py =&gt; tests/moremodules/othermods/othera.py
rename : test/moremodules/othermods/otherb.py =&gt; tests/moremodules/othermods/otherb.py
rename : test/moremodules/othermods/sub/__init__.py =&gt; tests/moremodules/othermods/sub/__init__.py
rename : test/moremodules/othermods/sub/osa.py =&gt; tests/moremodules/othermods/sub/osa.py
rename : test/moremodules/othermods/sub/osb.py =&gt; tests/moremodules/othermods/sub/osb.py
rename : test/osinfo.py =&gt; tests/osinfo.py
rename : test/qunit/jquery.tmpl.min.js =&gt; tests/qunit/jquery.tmpl.min.js
rename : test/qunit/qunit.css =&gt; tests/qunit/qunit.css
rename : test/qunit/qunit.js =&gt; tests/qunit/qunit.js
rename : test/stress_phystoken.tok =&gt; tests/stress_phystoken.tok
rename : test/stress_phystoken_dos.tok =&gt; tests/stress_phystoken_dos.tok
rename : test/test_api.py =&gt; tests/test_api.py
rename : test/test_arcs.py =&gt; tests/test_arcs.py
rename : test/test_cmdline.py =&gt; tests/test_cmdline.py
rename : test/test_codeunit.py =&gt; tests/test_codeunit.py
rename : test/test_config.py =&gt; tests/test_config.py
rename : test/test_coverage.py =&gt; tests/test_coverage.py
rename : test/test_data.py =&gt; tests/test_data.py
rename : test/test_execfile.py =&gt; tests/test_execfile.py
rename : test/test_farm.py =&gt; tests/test_farm.py
rename : test/test_files.py =&gt; tests/test_files.py
rename : test/test_html.py =&gt; tests/test_html.py
rename : test/test_misc.py =&gt; tests/test_misc.py
rename : test/test_oddball.py =&gt; tests/test_oddball.py
rename : test/test_parser.py =&gt; tests/test_parser.py
rename : test/test_phystokens.py =&gt; tests/test_phystokens.py
rename : test/test_process.py =&gt; tests/test_process.py
rename : test/test_results.py =&gt; tests/test_results.py
rename : test/test_summary.py =&gt; tests/test_summary.py
rename : test/test_templite.py =&gt; tests/test_templite.py
rename : test/test_testing.py =&gt; tests/test_testing.py
rename : test/test_xml.py =&gt; tests/test_xml.py
rename : test/try_execfile.py =&gt; tests/try_execfile.py
</pre>
</div>
</content>
</entry>
</feed>
