<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/test_summary.py, branch 6.2</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>refactor(test): move unicode handling tests to individual test files</title>
<updated>2021-11-21T00:36:58+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-20T23:46:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=7345085c3983f5f7d05f64da1af8e43da3dc5639'/>
<id>7345085c3983f5f7d05f64da1af8e43da3dc5639</id>
<content type='text'>
Eight fewer sub-processes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Eight fewer sub-processes
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(test): three more subprocesses gone in test_summary.py</title>
<updated>2021-11-20T22:53:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-20T22:53:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e2c8f9c7bcf42b9210adbdb28b073fdda14be0d3'/>
<id>e2c8f9c7bcf42b9210adbdb28b073fdda14be0d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(test): avoid 8 subprocesses in test_summary.py</title>
<updated>2021-11-20T19:19:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-20T19:16:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9e76330308baa8567c7da7d3b026d85ba0d0a744'/>
<id>9e76330308baa8567c7da7d3b026d85ba0d0a744</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: specialize exceptions</title>
<updated>2021-11-14T16:41:23+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-14T00:23:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1c29ef3e4b871508bb2defd6b47b9a745547b626'/>
<id>1c29ef3e4b871508bb2defd6b47b9a745547b626</id>
<content type='text'>
CoverageException is fine as a base class, but not good to use for
raising (and catching sometimes).  Introduce specialized exceptions that
allow third-party tools to integrate better.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CoverageException is fine as a base class, but not good to use for
raising (and catching sometimes).  Introduce specialized exceptions that
allow third-party tools to integrate better.
</pre>
</div>
</content>
</entry>
<entry>
<title>style: convert more string formatting to f-strings</title>
<updated>2021-11-11T12:23:36+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-11T12:23:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1b94835aac3268a32bfa4ce0df585dbb97457a06'/>
<id>1b94835aac3268a32bfa4ce0df585dbb97457a06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: don't use subprocesses where we don't have to</title>
<updated>2021-10-13T11:46:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-13T10:47:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=001f6532f8a8bf05f1cf6f2b5574ba091550a77d'/>
<id>001f6532f8a8bf05f1cf6f2b5574ba091550a77d</id>
<content type='text'>
When running tests with `-n 0`, this shaves 4 seconds off the run time.
When running the complete test suite with xdist, it takes 2 seconds
longer!?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running tests with `-n 0`, this shaves 4 seconds off the run time.
When running the complete test suite with xdist, it takes 2 seconds
longer!?
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: use the get_report helper</title>
<updated>2021-10-13T11:26:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-13T10:03:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=d137a41da2f1a7010a1bd4305962670af2f7dae1'/>
<id>d137a41da2f1a7010a1bd4305962670af2f7dae1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: no longer need to explicitly omit site-packages</title>
<updated>2021-10-13T11:26:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-13T10:02:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b81754ad52fb63038898533d9b155aa2f7650399'/>
<id>b81754ad52fb63038898533d9b155aa2f7650399</id>
<content type='text'>
6.x omits site-packages automatically.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
6.x omits site-packages automatically.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: convert existing imports to start_stop_import</title>
<updated>2021-10-13T11:26:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-12T21:18:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=a219b17fd967de796b446bc8626a7822902d7fd7'/>
<id>a219b17fd967de796b446bc8626a7822902d7fd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: use human sorting on human-readable things</title>
<updated>2021-10-12T12:46:25+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-12T12:46:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=0eaeb99f2de1330a562752d30d02d1898f681cf8'/>
<id>0eaeb99f2de1330a562752d30d02d1898f681cf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
