<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/test/coverage_coverage.py, branch coverage-3.1b1</title>
<subtitle>bitbucket.org: Obsolete (use python-coveragepy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/'/>
<entry>
<title>Save .coverage when running our own coverage tests.</title>
<updated>2009-09-13T22:30:12+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-09-13T22:30:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=02c9a25ecd0762cdb26c0c6ac9e817f6e92ccc43'/>
<id>02c9a25ecd0762cdb26c0c6ac9e817f6e92ccc43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't measure the coverage package itself.  Inspired by, but does not fix, issue #8.</title>
<updated>2009-06-25T02:29:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-06-25T02:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=6be00bf2abfa63e9ce0065eedfec57a3d39ead1a'/>
<id>6be00bf2abfa63e9ce0065eedfec57a3d39ead1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More docstrings all around.</title>
<updated>2009-05-10T00:46:58+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-05-10T00:46:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=293fcba134b982d124bbbac4dbfea7dcb35be977'/>
<id>293fcba134b982d124bbbac4dbfea7dcb35be977</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change how data is harvested from the collector to simplify api use.</title>
<updated>2009-05-06T00:44:28+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-05-06T00:44:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=f1d9e5c37ae3e75e2931becd346b957434f4edfb'/>
<id>f1d9e5c37ae3e75e2931becd346b957434f4edfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lint lint</title>
<updated>2009-05-05T23:21:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-05-05T23:21:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=2b2684642ceb5bba0ada37ea5ddd9225a73b4ca8'/>
<id>2b2684642ceb5bba0ada37ea5ddd9225a73b4ca8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the new clear_exclude() function to improve coverage_coverage.py</title>
<updated>2009-05-05T01:40:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-05-05T01:40:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=bc01aa82772ba24aadc751465194a5f4430903d3'/>
<id>bc01aa82772ba24aadc751465194a5f4430903d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keeping a stack of Collectors makes it possible for Coverage to measure itself (mostly).</title>
<updated>2009-05-04T03:31:40+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-05-04T03:31:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=c1ffa6ed23800f528af8db045f710bf8c1135c22'/>
<id>c1ffa6ed23800f528af8db045f710bf8c1135c22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The old way of self-coverage testing coverage no longer works.</title>
<updated>2009-04-30T11:21:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-30T11:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=8a271d3b3943ee9bfa592b64297218ff654223c2'/>
<id>8a271d3b3943ee9bfa592b64297218ff654223c2</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 tests into the test directory.</title>
<updated>2009-03-14T01:23:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-03-14T01:23:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=1ba9db78b9c7b5289a5c7055dfafe57ce37b4278'/>
<id>1ba9db78b9c7b5289a5c7055dfafe57ce37b4278</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
