<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests, branch nedbat/1497</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: fix the test name</title>
<updated>2023-01-27T10:53:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-01-27T10:53:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=42de9a41c4d390f55688f55bb1cc8fbbe60f2fb8'/>
<id>42de9a41c4d390f55688f55bb1cc8fbbe60f2fb8</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 fuzzing set up</title>
<updated>2023-01-27T02:07:20+00:00</updated>
<author>
<name>David Korczynski</name>
<email>david@adalogics.com</email>
</author>
<published>2022-11-30T14:47:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=17043980d75ce7e4c5807933759f5ca581386b16'/>
<id>17043980d75ce7e4c5807933759f5ca581386b16</id>
<content type='text'>
Signed-off-by: David Korczynski &lt;david@adalogics.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: David Korczynski &lt;david@adalogics.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>style: remove needless trailing commas</title>
<updated>2023-01-27T00:07:54+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-01-27T00:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2d628d40d60f967f135a8c21a62a000716c45054'/>
<id>2d628d40d60f967f135a8c21a62a000716c45054</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>perf: avoid needless sql operations. #1538</title>
<updated>2023-01-25T00:23:48+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-01-24T00:44:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=4cc32922685c6971275f522304b3754ad1a233c1'/>
<id>4cc32922685c6971275f522304b3754ad1a233c1</id>
<content type='text'>
If the set of arcs is empty, skip the SQL operations.  We also need to
allow setting a file tracer for an unmeasured file, to avoid the Cython
problem whose fix caused the performance issue in the first place.

TBH, I don't know why we had to prevent file tracers on unmeasured
files.  Perhaps pytest-cov has changed to avoid the behavior that caused
problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the set of arcs is empty, skip the SQL operations.  We also need to
allow setting a file tracer for an unmeasured file, to avoid the Cython
problem whose fix caused the performance issue in the first place.

TBH, I don't know why we had to prevent file tracers on unmeasured
files.  Perhaps pytest-cov has changed to avoid the behavior that caused
problems.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: more tests of debug output control</title>
<updated>2023-01-22T18:39:19+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-01-22T18:39:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e1ae48eccb45bd439f7f7a696b09f1a7bd565dea'/>
<id>e1ae48eccb45bd439f7f7a696b09f1a7bd565dea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: the debug output file can be specified in the config file. #1319</title>
<updated>2023-01-22T15:58:53+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-01-22T14:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=5f65d87b14245d4523bc866a75a16b6c55a7ce70'/>
<id>5f65d87b14245d4523bc866a75a16b6c55a7ce70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mypy: turn on disallow_untyped_decorators</title>
<updated>2023-01-13T02:04:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-01-13T02:02:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b059a67fd1fe5d514f7c283f5ab99052e1cea15f'/>
<id>b059a67fd1fe5d514f7c283f5ab99052e1cea15f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mypy: all of coverage/ and tests/ are checked</title>
<updated>2023-01-13T02:04:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-01-13T01:51:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b5b223723fd1aeaa8ed650b8440b4b8c08f8e378'/>
<id>b5b223723fd1aeaa8ed650b8440b4b8c08f8e378</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mypy: test_plugins.py</title>
<updated>2023-01-13T01:23:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-01-13T01:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=a5aeec363e2f50312007ef40903f1dcaae0b5133'/>
<id>a5aeec363e2f50312007ef40903f1dcaae0b5133</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mypy: progress on test_plugins.py</title>
<updated>2023-01-12T15:47:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-01-12T15:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=a15b90268f37d5f3a06b28ecb9277e636b493b1d'/>
<id>a15b90268f37d5f3a06b28ecb9277e636b493b1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
