<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests, branch nedbat/debug-1553</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>test: skip a test that crashes setuptools&gt;66</title>
<updated>2023-05-03T14:43:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-05-03T14:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=cf3602ffa7396d8f784c1a1e814ff24c6c31f793'/>
<id>cf3602ffa7396d8f784c1a1e814ff24c6c31f793</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Linuxes can vary; make this test more flexible</title>
<updated>2023-05-02T19:16:12+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-05-02T19:16:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=3fdda7d017ffaafa6459bb400b1aeae8a3b1f26e'/>
<id>3fdda7d017ffaafa6459bb400b1aeae8a3b1f26e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: slim down the fake stdout test</title>
<updated>2023-04-30T11:36:15+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-04-30T11:36:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=dc36a46778f5e37a4855bc9d202b397ba63f99a7'/>
<id>dc36a46778f5e37a4855bc9d202b397ba63f99a7</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 fake stdout might not have isatty</title>
<updated>2023-04-30T10:28:24+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-04-30T10:28:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=731e9a776539dde46ca4c626ed67a5a09e0fe76a'/>
<id>731e9a776539dde46ca4c626ed67a5a09e0fe76a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tet: add tests to reproduce #1604 (#1609)</title>
<updated>2023-04-27T21:18:00+00:00</updated>
<author>
<name>Marc Gibbons</name>
<email>1726961+marcgibbons@users.noreply.github.com</email>
</author>
<published>2023-04-24T18:35:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=3344a78595f5158a7412b9a6c70ceb9a56df437b'/>
<id>3344a78595f5158a7412b9a6c70ceb9a56df437b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: parametrize a test for #1608</title>
<updated>2023-04-27T11:28:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-04-27T11:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=43085b9d5378ef343ac214fd15e8f7c2ceffa95f'/>
<id>43085b9d5378ef343ac214fd15e8f7c2ceffa95f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: source paths with trailing slashes causing inconsistent sources in XML report with relative_paths (#1608)</title>
<updated>2023-04-27T11:27:33+00:00</updated>
<author>
<name>Kevin Brown-Silva</name>
<email>kevin-brown@users.noreply.github.com</email>
</author>
<published>2023-04-27T11:27:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=df1bf082f242cccdcb342000525bede537b95935'/>
<id>df1bf082f242cccdcb342000525bede537b95935</id>
<content type='text'>
* Added failing test for source with trailing slash

This test is nearly identical to the one above it, with the only
change being the source that is used. This may end up turning into
a fixture instead if the tests end up being identical after the
fix is made.

* Strip trailing slash for relative source paths

This fixes an issue introduced in 45cf7936ee605cfe06f7f5967a72a73198960120
where using `relative_files=True` and `src` with a trailing slash,
the source inserted as `&lt;sources&gt;` in the XML report would also have
a trailing slash. This also fixes an issue introduced in the same
commit where an empty `&lt;source&gt;` would be inserted as well for cases
where the `src` has a trailing slash.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added failing test for source with trailing slash

This test is nearly identical to the one above it, with the only
change being the source that is used. This may end up turning into
a fixture instead if the tests end up being identical after the
fix is made.

* Strip trailing slash for relative source paths

This fixes an issue introduced in 45cf7936ee605cfe06f7f5967a72a73198960120
where using `relative_files=True` and `src` with a trailing slash,
the source inserted as `&lt;sources&gt;` in the XML report would also have
a trailing slash. This also fixes an issue introduced in the same
commit where an empty `&lt;source&gt;` would be inserted as well for cases
where the `src` has a trailing slash.</pre>
</div>
</content>
</entry>
<entry>
<title>test: refactor and add a test of terminal link text</title>
<updated>2023-04-27T02:01:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-04-27T01:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=74b1758bb138355d5036631d8c92e7b0871339b2'/>
<id>74b1758bb138355d5036631d8c92e7b0871339b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: Python 3.12 removed pkgutils</title>
<updated>2023-04-19T15:22:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-04-19T15:22:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=3a476c3dac1da91888f08ffa527a6da95f6b07dc'/>
<id>3a476c3dac1da91888f08ffa527a6da95f6b07dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: save coverage data on SIGTERM (#1600)</title>
<updated>2023-04-06T10:58:16+00:00</updated>
<author>
<name>Lewis Gaul</name>
<email>lewis.gaul@gmail.com</email>
</author>
<published>2023-04-06T10:58:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=f27c9ca775173d32bf71aeca9075c70f893b6542'/>
<id>f27c9ca775173d32bf71aeca9075c70f893b6542</id>
<content type='text'>
* Add test that reproduces the issue

* Suggested fix - always save data in sigterm exit flow

* Address test failures on MacOS due to lack of 'Terminated' output on SIGTERM</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add test that reproduces the issue

* Suggested fix - always save data in sigterm exit flow

* Address test failures on MacOS due to lack of 'Terminated' output on SIGTERM</pre>
</div>
</content>
</entry>
</feed>
