<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/test_data.py, branch coverage-4.1b3</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>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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ce17b1a6811e4cacbb7de5c876003347b0a91e65'/>
<id>ce17b1a6811e4cacbb7de5c876003347b0a91e65</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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=dc025f2e9cd0dfe1c39bf8c62eed451ef7cad256'/>
<id>dc025f2e9cd0dfe1c39bf8c62eed451ef7cad256</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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=7602b24930c45c097ec4c5266905a64a0e41f839'/>
<id>7602b24930c45c097ec4c5266905a64a0e41f839</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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=a879bf94e14b30f7a88111c646144d01f735cb44'/>
<id>a879bf94e14b30f7a88111c646144d01f735cb44</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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=3fb754d683d4ba71b04952c27feaafcdae7225e1'/>
<id>3fb754d683d4ba71b04952c27feaafcdae7225e1</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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=33d7789e8e6c15aae52cf3e36eecbd48f36e248e'/>
<id>33d7789e8e6c15aae52cf3e36eecbd48f36e248e</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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9ac9f055de890a9f4cc8be0c0a3cc00f9be31d11'/>
<id>9ac9f055de890a9f4cc8be0c0a3cc00f9be31d11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing spelling</title>
<updated>2015-08-04T11:30:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-04T11:30:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=4806d0e7bdfeccfb75c2064bad787d66a375cf40'/>
<id>4806d0e7bdfeccfb75c2064bad787d66a375cf40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Erasing in parallel mode now deletes all the data files. #262</title>
<updated>2015-07-31T01:54:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-07-31T01:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=d6527657397d0499ce622a82ac04ddceddcbeb93'/>
<id>d6527657397d0499ce622a82ac04ddceddcbeb93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up from the merge of PR 62</title>
<updated>2015-07-30T11:34:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-07-30T11:34:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=8bdff4ef8448078d06e4d7aba2d2892b8b9b7ac7'/>
<id>8bdff4ef8448078d06e4d7aba2d2892b8b9b7ac7</id>
<content type='text'>
Remove the globbing option.  Added a test.  Corrected parameter names and docs.
Updated the AUTHORS file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the globbing option.  Added a test.  Corrected parameter names and docs.
Updated the AUTHORS file.
</pre>
</div>
</content>
</entry>
</feed>
