<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/test_api.py, branch 7.2.0</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>fix: Path objects are ok for data_file and config_file. #1552</title>
<updated>2023-02-12T16:52:05+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-02-12T14:27:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=f77be1770a9d93ed69d6b5a26dcbe5dbfe14e380'/>
<id>f77be1770a9d93ed69d6b5a26dcbe5dbfe14e380</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: simplify purges_files</title>
<updated>2023-02-08T20:16:05+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-02-08T14:11:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=423fa596325acb8f6bcb37a3502cf7853e5d395a'/>
<id>423fa596325acb8f6bcb37a3502cf7853e5d395a</id>
<content type='text'>
Also, move tests to test_data.py, and finish covering the code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, move tests to test_data.py, and finish covering the code.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add purge_files method to CoverageData + unit tests for it (#1547)</title>
<updated>2023-02-04T23:20:20+00:00</updated>
<author>
<name>Wingware Development</name>
<email>59840981+wingware-dev@users.noreply.github.com</email>
</author>
<published>2023-02-04T23:20:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a4cd6a01f766359fbe8ff159e0ed87e03e8023ed'/>
<id>a4cd6a01f766359fbe8ff159e0ed87e03e8023ed</id>
<content type='text'>
* Add purge_files method to CoverageData, to allow for selective removal and update
of coverage data.

* Fix assert syntax so it's not true; this code isn't reached in the test unless it fails
and then it would have failed to fail.

* Remove trailing whitespace; did not expect this would matter on a blank line.

* Add type annotations required by mypy

---------

Co-authored-by: Stephan Deibel &lt;sdeibel@wingware.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add purge_files method to CoverageData, to allow for selective removal and update
of coverage data.

* Fix assert syntax so it's not true; this code isn't reached in the test unless it fails
and then it would have failed to fail.

* Remove trailing whitespace; did not expect this would matter on a blank line.

* Add type annotations required by mypy

---------

Co-authored-by: Stephan Deibel &lt;sdeibel@wingware.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>style: use good style for annotated defaults parameters</title>
<updated>2023-01-06T01:10:24+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-01-06T01:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=78444f4c06df6a634fa67dd99ee7c07b6b633d9e'/>
<id>78444f4c06df6a634fa67dd99ee7c07b6b633d9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mypy: use __future__ uniformly in checked files</title>
<updated>2023-01-05T17:55:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-01-05T11:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=4ea850a695e3ab8e42d400dc9dceaebea9246081'/>
<id>4ea850a695e3ab8e42d400dc9dceaebea9246081</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: a sorted_lines helper</title>
<updated>2022-12-31T21:38:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-12-31T21:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=0bcb2cb8344eb4cec24455fa421ece185eec0fac'/>
<id>0bcb2cb8344eb4cec24455fa421ece185eec0fac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mypy: add data.py and test_api.py</title>
<updated>2022-12-31T13:34:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-12-31T13:23:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=77cdb9f15cd161e25da6f47ceaa8deb516c353af'/>
<id>77cdb9f15cd161e25da6f47ceaa8deb516c353af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: add a test of unknown dynamic-context</title>
<updated>2022-12-31T12:16:48+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-12-31T12:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=7366feb46f25d07c60d1fcaa941f8d0613dbd764'/>
<id>7366feb46f25d07c60d1fcaa941f8d0613dbd764</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style: correct some lint errors</title>
<updated>2022-12-30T14:57:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-12-30T13:55:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=96f290af9a4f3c9ea9d0954d06de8894ec9066b4'/>
<id>96f290af9a4f3c9ea9d0954d06de8894ec9066b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mypy: inorout.py, disposition.py, and part of control.py</title>
<updated>2022-12-30T14:57:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-12-30T12:05:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=27990185352f035bafbb0cc7c8ac4159e87fe070'/>
<id>27990185352f035bafbb0cc7c8ac4159e87fe070</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
