<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/test_execfile.py, branch coverage-5.5</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>refactor: convert all skipping to pytest skips</title>
<updated>2021-02-07T22:24:44+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-02-07T02:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c0921466d3d235f10be333da1f9cf523f4e2e24c'/>
<id>c0921466d3d235f10be333da1f9cf523f4e2e24c</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 reliance on unittest_mixins.StdStreamCapturingMixin</title>
<updated>2021-02-02T14:12:47+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-02-02T14:12:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=80c021d9174e7ae3e5183f1902903fb90a891246'/>
<id>80c021d9174e7ae3e5183f1902903fb90a891246</id>
<content type='text'>
This is another step toward removing unittest.TestCase as a base class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is another step toward removing unittest.TestCase as a base class.
</pre>
</div>
</content>
</entry>
<entry>
<title>style: fix long lines and avoid backslashes</title>
<updated>2021-01-31T15:10:47+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-31T15:10:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=d02be78c3a0ee3022be56c623bb9bdcad1e9acd4'/>
<id>d02be78c3a0ee3022be56c623bb9bdcad1e9acd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style: correct placement of auto-added pytest imports</title>
<updated>2021-01-31T15:08:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-31T14:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=2faae252d853572cf7403528075461569ac137d1'/>
<id>2faae252d853572cf7403528075461569ac137d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style: singleton comparisons should use is</title>
<updated>2021-01-31T14:20:49+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-31T14:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=65b5830a4d13d65c3bb314dd4894d565a16ceb9b'/>
<id>65b5830a4d13d65c3bb314dd4894d565a16ceb9b</id>
<content type='text'>
I guess the original line was wrong, but it would have been nice for
unittest2pytest to fix it for me:
https://github.com/pytest-dev/unittest2pytest/issues/52
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I guess the original line was wrong, but it would have been nice for
unittest2pytest to fix it for me:
https://github.com/pytest-dev/unittest2pytest/issues/52
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: unittest2pytest -w tests</title>
<updated>2021-01-31T12:16:56+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-31T12:16:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=843de4ea235e7eee3ff24a39a2f8b14da9ef0db0'/>
<id>843de4ea235e7eee3ff24a39a2f8b14da9ef0db0</id>
<content type='text'>
One step of moving to pure pytest tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One step of moving to pure pytest tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>One more adjustment for Python 3.9a2</title>
<updated>2019-12-21T18:33:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-12-21T18:33:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=cecc5ddc2d1a95223ad708a3dcc27f7a7f4d54b9'/>
<id>cecc5ddc2d1a95223ad708a3dcc27f7a7f4d54b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt to 3.9's way of reporting files using absolute paths.</title>
<updated>2019-11-25T20:54:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-11-25T20:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a28e873891003ad31762e1214d32f54ec423fd62'/>
<id>a28e873891003ad31762e1214d32f54ec423fd62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Linux tests are runnable</title>
<updated>2019-11-08T00:26:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-11-08T00:26:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=7379c811580cd27e8695763ed5eb15746b133275'/>
<id>7379c811580cd27e8695763ed5eb15746b133275</id>
<content type='text'>
PYTHONPYCACHEPREFIX makes the tests 10% faster on 3.8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PYTHONPYCACHEPREFIX makes the tests 10% faster on 3.8
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer assertRaisesRegex to assertRaises</title>
<updated>2019-04-21T22:17:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-04-21T22:17:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=822953106a01aaf1f88bc5e5a63fe693d42c0c00'/>
<id>822953106a01aaf1f88bc5e5a63fe693d42c0c00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
