<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/tests/test_data.py, branch coverage-5.0a1</title>
<subtitle>bitbucket.org: Obsolete (use python-coveragepy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/'/>
<entry>
<title>Big refactor of debug logging</title>
<updated>2017-03-23T02:53:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-03-23T02:53:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=96c667a520e4dfd67e2d64e907fa4097bdbee1b2'/>
<id>96c667a520e4dfd67e2d64e907fa4097bdbee1b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Oh, i had tests for those messages...</title>
<updated>2016-10-22T01:34:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-10-22T01:34:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=d9b2eb9bc77030a6e77e076864e67c205e04382a'/>
<id>d9b2eb9bc77030a6e77e076864e67c205e04382a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more debugging for thorny multiprocessing issues</title>
<updated>2016-09-23T11:52:32+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-09-23T11:52:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=44049333cb1c2550fe5a5e9d54d57c5c3589ee3b'/>
<id>44049333cb1c2550fe5a5e9d54d57c5c3589ee3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Yield statements that are not resumed shouldn't be marked as missing. #440</title>
<updated>2016-01-31T23:39:49+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-01-31T23:39:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=6395e5ca5120712b36269c549ea1ac82ca4b8e60'/>
<id>6395e5ca5120712b36269c549ea1ac82ca4b8e60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a crash when reporting on an unmeasured file. #403</title>
<updated>2015-08-28T18:30:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-28T18:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=3fb080e07ef7dd56c3b365ea3fc443902cfc5abf'/>
<id>3fb080e07ef7dd56c3b365ea3fc443902cfc5abf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Data dumps can be canonicalized for comparison</title>
<updated>2015-08-24T11:42:48+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-24T11:42:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=23707fc57d79b986311354c91df9c3ad40cf0080'/>
<id>23707fc57d79b986311354c91df9c3ad40cf0080</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change CoverageData.read and .write to .read_fileobj and .write_fileobj</title>
<updated>2015-08-21T11:46:04+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-21T11:46:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=142cc3e30a7e143accb5ac8654b7facb8c185cd4'/>
<id>142cc3e30a7e143accb5ac8654b7facb8c185cd4</id>
<content type='text'>
This makes the break from v3 to v4 very clear and introspectable, and
.read/.write were bad names for those methods anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the break from v3 to v4 very clear and introspectable, and
.read/.write were bad names for those methods anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>CoverageData.read and .write are now inverses of each other.</title>
<updated>2015-08-21T01:28:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-21T01:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=80a0e8e5743a125720903a87c60c96741b221bd7'/>
<id>80a0e8e5743a125720903a87c60c96741b221bd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Touching files in an empty CoverageData shouldn't force lines. #399</title>
<updated>2015-08-20T13:52:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-20T13:52:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=4a2c55378422df624c9928327a493c7b2b9c7400'/>
<id>4a2c55378422df624c9928327a493c7b2b9c7400</id>
<content type='text'>
py.test --cov can write empty data to arcs, and then touch files due to
--source.  This would make the file be about lines instead of arcs, and
then combining would fail.

This changed a lot of CoverageData, including some of the methods names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
py.test --cov can write empty data to arcs, and then touch files due to
--source.  This would make the file be about lines instead of arcs, and
then combining would fail.

This changed a lot of CoverageData, including some of the methods names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor some data test code</title>
<updated>2015-08-15T02:22:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-15T02:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=3df672475901b9629b8eca2707f541a7a02a3bb2'/>
<id>3df672475901b9629b8eca2707f541a7a02a3bb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
