<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/test, branch coverage-4.5.2</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/'/>
<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://91.123.203.49/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>
<entry>
<title>More failing branch tests.</title>
<updated>2013-01-13T03:11:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-01-13T03:11:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=9f9ebf36da2bd5fc5e5fe2db36b922e9699852b9'/>
<id>9f9ebf36da2bd5fc5e5fe2db36b922e9699852b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better understanding of how the trace function is invoked as byte codes are executed.  Fixes #175.</title>
<updated>2013-01-12T04:07:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-01-12T04:07:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=b633db4938105d286afa3eae6f1aff81d3a6d569'/>
<id>b633db4938105d286afa3eae6f1aff81d3a6d569</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify this test case for #175.</title>
<updated>2013-01-09T23:27:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-01-09T23:27:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=1eda2b10b954f54f5fe9f029c627ab4a788a2df2'/>
<id>1eda2b10b954f54f5fe9f029c627ab4a788a2df2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a few failing tests for branch coverage work.</title>
<updated>2013-01-02T01:44:24+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-01-02T01:44:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a921047b25e0111455257264b95659b29e3b4463'/>
<id>a921047b25e0111455257264b95659b29e3b4463</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark expected-failure tests as such</title>
<updated>2013-01-01T21:38:58+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-01-01T21:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=92894b5562af16f482242a387d6bbf216025bf66'/>
<id>92894b5562af16f482242a387d6bbf216025bf66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A skipped failing test for #79.</title>
<updated>2012-12-31T13:47:12+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-12-31T13:47:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=761acb794680e6373d08f8789b24342c1708227a'/>
<id>761acb794680e6373d08f8789b24342c1708227a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a test while investigating bug #79.</title>
<updated>2012-12-31T13:37:04+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-12-31T13:37:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=3a3f16447f5f51f2edd3d53e6909fce3357cc632'/>
<id>3a3f16447f5f51f2edd3d53e6909fce3357cc632</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of import craziness in the tests.</title>
<updated>2012-12-30T15:17:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-12-30T15:17:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=04ef8ebce940e5ab73c770a418ecf9721f4e12f8'/>
<id>04ef8ebce940e5ab73c770a418ecf9721f4e12f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This is the correct fix for #224.  Data gets collected, and doesn't incur crazy harvesting during reporting.</title>
<updated>2012-12-29T15:28:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-12-29T15:28:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=dd644abc9c6eb722fdf5c646342d75324ef433cc'/>
<id>dd644abc9c6eb722fdf5c646342d75324ef433cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
