<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/test/test_summary.py, branch coverage-3.5.2</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>Test (and fix) the not-python errors in base Reporter.</title>
<updated>2012-04-20T17:10:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-04-20T17:10:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=886c61c219b68dd66103a8c05f96ae9bf6b82ad6'/>
<id>886c61c219b68dd66103a8c05f96ae9bf6b82ad6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test (and fix) the summary reporting failures due to not being able to parse the file.</title>
<updated>2012-04-20T13:53:17+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-04-20T13:53:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=25b115e45df59da0b21cafe8288e850aa21525f5'/>
<id>25b115e45df59da0b21cafe8288e850aa21525f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Shorten a line</title>
<updated>2011-08-02T23:25:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-08-02T23:25:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=3436d05a5f5b8c081946b1764d1411aa3bb83806'/>
<id>3436d05a5f5b8c081946b1764d1411aa3bb83806</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move some test modules to keep them out of pylint's hair.</title>
<updated>2011-06-01T12:19:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-06-01T12:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=d2ef0b1e323c85e9a7fc3782bc4d5cd5511d9a74'/>
<id>d2ef0b1e323c85e9a7fc3782bc4d5cd5511d9a74</id>
<content type='text'>
--HG--
rename : test/othermods/__init__.py =&gt; test/moremodules/othermods/__init__.py
rename : test/othermods/othera.py =&gt; test/moremodules/othermods/othera.py
rename : test/othermods/otherb.py =&gt; test/moremodules/othermods/otherb.py
rename : test/othermods/sub/__init__.py =&gt; test/moremodules/othermods/sub/__init__.py
rename : test/othermods/sub/osa.py =&gt; test/moremodules/othermods/sub/osa.py
rename : test/othermods/sub/osb.py =&gt; test/moremodules/othermods/sub/osb.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : test/othermods/__init__.py =&gt; test/moremodules/othermods/__init__.py
rename : test/othermods/othera.py =&gt; test/moremodules/othermods/othera.py
rename : test/othermods/otherb.py =&gt; test/moremodules/othermods/otherb.py
rename : test/othermods/sub/__init__.py =&gt; test/moremodules/othermods/sub/__init__.py
rename : test/othermods/sub/osa.py =&gt; test/moremodules/othermods/sub/osa.py
rename : test/othermods/sub/osb.py =&gt; test/moremodules/othermods/sub/osb.py
</pre>
</div>
</content>
</entry>
<entry>
<title>A narrower way to check that empty __init__.py files show zero statements.</title>
<updated>2011-03-21T21:58:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-03-21T21:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=dbb18122b857053130a1bc6e39bfcd4445abec53'/>
<id>dbb18122b857053130a1bc6e39bfcd4445abec53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>All tests should restore sys.path</title>
<updated>2011-03-20T22:59:58+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-03-20T22:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=43037fc52ef24ede2f7237af44c56cddb9701481'/>
<id>43037fc52ef24ede2f7237af44c56cddb9701481</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pylint 0.23.0 'deprecated' disable-msg.</title>
<updated>2011-02-02T03:46:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-02-02T03:46:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=67749e288dbb41ac63ab257f1be54856ecf279db'/>
<id>67749e288dbb41ac63ab257f1be54856ecf279db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor the --omit and --include support during reporting, and add a test for --include.</title>
<updated>2010-08-28T22:53:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-08-28T22:53:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c91ab2a64249971c598e52d66b3b2c9b877140c2'/>
<id>c91ab2a64249971c598e52d66b3b2c9b877140c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify formatting of coverage percentages, and don't show zero or 100 as a result of rounding. Fixes #41 and #70.</title>
<updated>2010-08-23T03:18:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-08-23T03:18:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=94bf5f731aa8addcedb162525e96c4e1bd2ebfdd'/>
<id>94bf5f731aa8addcedb162525e96c4e1bd2ebfdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix this test to run on 3.1 and non-Windows platforms.</title>
<updated>2010-07-12T11:58:47+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-07-12T11:58:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9d3bc3a5ffbc556e2a9308e9b9d1a8004cae2687'/>
<id>9d3bc3a5ffbc556e2a9308e9b9d1a8004cae2687</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
