<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/conftest.py, branch nedbat/bug989</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: properly reset a few globals between every test</title>
<updated>2021-11-18T03:09:52+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-18T03:08:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=26b680d3d4253258161f1a20d556fbf3f3622581'/>
<id>26b680d3d4253258161f1a20d556fbf3f3622581</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: document the exceptions</title>
<updated>2021-11-14T12:44:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-14T00:00:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=342e7da2941ae5291f1a94b6ad66ce489f6985fe'/>
<id>342e7da2941ae5291f1a94b6ad66ce489f6985fe</id>
<content type='text'>
... and make some of them private.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and make some of them private.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: force VirtualenvTest onto one worker to save time</title>
<updated>2021-11-02T10:57:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-02T10:30:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=5a6e090cf98e65050c372e0e4a58d42b8ced54f6'/>
<id>5a6e090cf98e65050c372e0e4a58d42b8ced54f6</id>
<content type='text'>
VirtualenvTest is slow because it has a session-scoped fixture that takes 10s to
run.  If all of those tests go to the same worker, we can reuse that fixture. If
they go to different workers, we have to spend that time more than once.

This is a hack which seems to work, but no guarantees into the future. Also, I
don't know why the VirtualenvTests aren't run first on their worker.

Time saved: about 10%, from ~50s to ~45s.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
VirtualenvTest is slow because it has a session-scoped fixture that takes 10s to
run.  If all of those tests go to the same worker, we can reuse that fixture. If
they go to different workers, we have to spend that time more than once.

This is a hack which seems to work, but no guarantees into the future. Also, I
don't know why the VirtualenvTests aren't run first on their worker.

Time saved: about 10%, from ~50s to ~45s.
</pre>
</div>
</content>
</entry>
<entry>
<title>debug: code we can enable to see where tests are running and in what order</title>
<updated>2021-10-30T20:47:54+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-30T20:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=40131f076c0784b331c6e0a5d8f88ff7b84b7296'/>
<id>40131f076c0784b331c6e0a5d8f88ff7b84b7296</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: we really don't want to hear about imp being deprecated</title>
<updated>2021-10-12T21:09:51+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-12T21:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=de00789a23dc030fbbcd4814ff3478c307b70bb4'/>
<id>de00789a23dc030fbbcd4814ff3478c307b70bb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: this xdist defensiveness now seems unneeded</title>
<updated>2021-10-08T15:42:19+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-08T15:26:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=ee5d7ba0ad86068f9413a54659a2f8a58cd97f31'/>
<id>ee5d7ba0ad86068f9413a54659a2f8a58cd97f31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: update pylint and remove some unneeded warning suppression</title>
<updated>2021-07-18T14:51:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-07-18T11:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=5d8d6b4d577dfb8b67cdf80e736f7778e338e5b6'/>
<id>5d8d6b4d577dfb8b67cdf80e736f7778e338e5b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: better checking for CoverageWarnings</title>
<updated>2021-05-31T18:38:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-31T18:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=65d9e0edbca0dc893ca70fbf64969e2ddc5a3680'/>
<id>65d9e0edbca0dc893ca70fbf64969e2ddc5a3680</id>
<content type='text'>
On Python 3.10, we were getting other warnings mixed into the warnings the tests
were looking for.  This change lets us only look at the CoverageWarnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Python 3.10, we were getting other warnings mixed into the warnings the tests
were looking for.  This change lets us only look at the CoverageWarnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: move exceptions to their own module</title>
<updated>2021-05-02T11:38:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-02T02:38:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=6a3d3aaaf2aebb816c7287263c8097844280b233'/>
<id>6a3d3aaaf2aebb816c7287263c8097844280b233</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: remove a few more version checks</title>
<updated>2021-05-02T11:38:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-01T23:25:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c6ba56c68b2a3850f530cc1fdbf9856a90559a1f'/>
<id>c6ba56c68b2a3850f530cc1fdbf9856a90559a1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
