<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests, branch nedbat/1044</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>add test</title>
<updated>2021-01-17T23:06:17+00:00</updated>
<author>
<name>AlexCLeduc</name>
<email>ledualex@gmail.com</email>
</author>
<published>2020-10-17T12:55:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=58207b377b85dbcf44d52127238929481505e268'/>
<id>58207b377b85dbcf44d52127238929481505e268</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: combine aliases on windows base dirs (ie: ``X:\``) (fixes: #577)</title>
<updated>2021-01-17T22:10:25+00:00</updated>
<author>
<name>Valentin Lab</name>
<email>valentin.lab@kalysto.org</email>
</author>
<published>2020-12-14T15:19:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=dc0e80657257def9203b5e0ca7b6141d3dcd1d57'/>
<id>dc0e80657257def9203b5e0ca7b6141d3dcd1d57</id>
<content type='text'>
Signed-off-by: Valentin Lab &lt;valentin.lab@kalysto.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Valentin Lab &lt;valentin.lab@kalysto.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>skip_covered and skip_empty for HTML. #1090</title>
<updated>2021-01-11T03:13:47+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-11T02:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b0710b1fc868db5c385b3d30a2fab49a2aeb2e81'/>
<id>b0710b1fc868db5c385b3d30a2fab49a2aeb2e81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the modern way to load modules by file name.</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-09T13:27:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=474847081a11b0f643df5950f4763ac29a1524b0'/>
<id>474847081a11b0f643df5950f4763ac29a1524b0</id>
<content type='text'>
Python 3.10 finally got super-noisy about load_module, which has been
deprecated since 3.4!

https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.load_module
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.10 finally got super-noisy about load_module, which has been
deprecated since 3.4!

https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.load_module
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a test to be usable with PEP626</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-09T12:01:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f08d8a8a1d6f852a9bc04a950ec9f9facaf92f5e'/>
<id>f08d8a8a1d6f852a9bc04a950ec9f9facaf92f5e</id>
<content type='text'>
In the old code, the return and raise were unreachable, so Python 3.10
compiled them away.  This meant the return and raise messages weren't in
the missing arc fragments.  The new code has a path to the return and
raise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the old code, the return and raise were unreachable, so Python 3.10
compiled them away.  This meant the return and raise messages weren't in
the missing arc fragments.  The new code has a path to the return and
raise.
</pre>
</div>
</content>
</entry>
<entry>
<title>Need new gold files for pep626 partial branch HTML report</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-07T14:50:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=212489d1c3fdc3445e8733bf8974339929e58df7'/>
<id>212489d1c3fdc3445e8733bf8974339929e58df7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the support files for HTML gold files</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-07T14:34:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f7126b2efe318275a2ed675a8ca636976fd5e79a'/>
<id>f7126b2efe318275a2ed675a8ca636976fd5e79a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A better test for 'if not __debug__'</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-07T00:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9a6248090ba51ab8aedaa0ed69363f58d4100cfb'/>
<id>9a6248090ba51ab8aedaa0ed69363f58d4100cfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP 626: Docstring-only functions changed again</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-05T12:15:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=5c3d0946821118ad11f5b10753c638a446f24bfe'/>
<id>5c3d0946821118ad11f5b10753c638a446f24bfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP 626: constant tests are kept as no-ops</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-02T15:38:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e3f8053d805f8930ffc8424ac098576457c5f506'/>
<id>e3f8053d805f8930ffc8424ac098576457c5f506</id>
<content type='text'>
The conditionals are now getting unwieldy, perhaps we can simplify them
in the future?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The conditionals are now getting unwieldy, perhaps we can simplify them
in the future?
</pre>
</div>
</content>
</entry>
</feed>
