<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coverage-test-runner.git/subdir, branch trunk</title>
<subtitle>git.liw.fi: coverage-test-runner
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/'/>
<entry>
<title>Revert patch from Jannis</title>
<updated>2013-10-06T16:41:21+00:00</updated>
<author>
<name>Lars Wirzenius</name>
<email>liw@liw.fi</email>
</author>
<published>2013-10-06T16:41:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=3ff1e3d62896b4775320eb38149c775909fe6ce4'/>
<id>3ff1e3d62896b4775320eb38149c775909fe6ce4</id>
<content type='text'>
Merging this breaks test suite for cliapp. I don't know why.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merging this breaks test suite for cliapp. I don't know why.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix importing submodules with the same basenames</title>
<updated>2013-09-27T17:35:15+00:00</updated>
<author>
<name>Jannis Pohlmann</name>
<email>jannis.pohlmann@codethink.co.uk</email>
</author>
<published>2013-09-27T17:35:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=0a3b1a065257109295f9322f5a7e199d157acfe6'/>
<id>0a3b1a065257109295f9322f5a7e199d157acfe6</id>
<content type='text'>
This patch fixes a bug in CoverageTestRunner.py, where submodules
with the same basenames were not loaded into separate module
objects. Because the module names passed to imp.load_module() were
the same, previously loaded modules would be reloaded in place,
causing different problems:

1. Imports of the affected modules in the test and tested code
   would sometimes import a different module and cause
   AttributeError exceptions when expected symbols were not
   present in the imported module.

2. Sometimes, all but one of the imported modules would incorrectly
   be considered to have zero test coverage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fixes a bug in CoverageTestRunner.py, where submodules
with the same basenames were not loaded into separate module
objects. Because the module names passed to imp.load_module() were
the same, previously loaded modules would be reloaded in place,
causing different problems:

1. Imports of the affected modules in the test and tested code
   would sometimes import a different module and cause
   AttributeError exceptions when expected symbols were not
   present in the imported module.

2. Sometimes, all but one of the imported modules would incorrectly
   be considered to have zero test coverage.
</pre>
</div>
</content>
</entry>
<entry>
<title>disable logging output while unit tests are run</title>
<updated>2012-01-19T11:27:26+00:00</updated>
<author>
<name>Lars Wirzenius</name>
<email>liw@liw.fi</email>
</author>
<published>2012-01-19T11:27:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=4cea5d2ea85779b185d85cdf91a8b4ac2effd583'/>
<id>4cea5d2ea85779b185d85cdf91a8b4ac2effd583</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change CoverageTestRunner.py to run stuff only in named dirs.</title>
<updated>2011-08-29T16:52:29+00:00</updated>
<author>
<name>Lars Wirzenius</name>
<email>liw@liw.fi</email>
</author>
<published>2011-08-29T16:52:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=acffc9eb8bf034cf8f1e80855cbd6924d796d27b'/>
<id>acffc9eb8bf034cf8f1e80855cbd6924d796d27b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch rules file to dh, and assorted changes.</title>
<updated>2009-11-18T17:40:51+00:00</updated>
<author>
<name>Lars Wirzenius</name>
<email>liw@liw.fi</email>
</author>
<published>2009-11-18T17:40:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=60fcac77e50800fa55963700ca34f494aea07d6b'/>
<id>60fcac77e50800fa55963700ca34f494aea07d6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Report number of excluded statements in the output.</title>
<updated>2008-07-19T17:07:03+00:00</updated>
<author>
<name>Lars Wirzenius</name>
<email>liw@liw.fi</email>
</author>
<published>2008-07-19T17:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=db20e026375c90d9cefd1224f3c40b8389b41c56'/>
<id>db20e026375c90d9cefd1224f3c40b8389b41c56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove directory path from filenames in the output, if it is the current working directory.</title>
<updated>2008-07-14T21:27:38+00:00</updated>
<author>
<name>Lars Wirzenius</name>
<email>liw@liw.fi</email>
</author>
<published>2008-07-14T21:27:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=37c3ddda90d48ddf793d78873bd681177f345d4a'/>
<id>37c3ddda90d48ddf793d78873bd681177f345d4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrote a README.</title>
<updated>2007-11-11T03:09:00+00:00</updated>
<author>
<name>Lars Wirzenius</name>
<email>liw@iki.fi</email>
</author>
<published>2007-11-11T03:09:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=679206166470dede587068c9b358d3d0b6afcb55'/>
<id>679206166470dede587068c9b358d3d0b6afcb55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added sample files.</title>
<updated>2007-11-11T02:51:41+00:00</updated>
<author>
<name>Lars Wirzenius</name>
<email>liw@iki.fi</email>
</author>
<published>2007-11-11T02:51:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=80e2285c030eb53f0f39603c83fa064f52a4ad66'/>
<id>80e2285c030eb53f0f39603c83fa064f52a4ad66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
