<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests, branch nedbat/unittest2pytest</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>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: mark an internal method</title>
<updated>2021-01-31T14:20:49+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-31T13:34:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=4bad09744d80c6123e77252d5db09a31db25297b'/>
<id>4bad09744d80c6123e77252d5db09a31db25297b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: adapt to pytest assertion messages</title>
<updated>2021-01-31T14:20:49+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-31T13:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=716b31214126c4a06d8262a62153e5d1fa45fa54'/>
<id>716b31214126c4a06d8262a62153e5d1fa45fa54</id>
<content type='text'>
Bare "assert" statements don't produce the same assertion message as
self.assertEqual did: they don't include the two values compared.  For
some of our own asserts, add back the detailed message.  For some checks
of asserts, it's fine that the values are missing because the longer
messsage includes the information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bare "assert" statements don't produce the same assertion message as
self.assertEqual did: they don't include the two values compared.  For
some of our own asserts, add back the detailed message.  For some checks
of asserts, it's fine that the values are missing because the longer
messsage includes the information.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: fix unittest2pytest brokenness</title>
<updated>2021-01-31T14:20:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-31T12:41:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=6e93714d655c87e62cd03a4ff3e1739245b684b9'/>
<id>6e93714d655c87e62cd03a4ff3e1739245b684b9</id>
<content type='text'>
unittest2pytest created syntax errors, reported here:
https://github.com/pytest-dev/unittest2pytest/issues/51

This commit fixes them back.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unittest2pytest created syntax errors, reported here:
https://github.com/pytest-dev/unittest2pytest/issues/51

This commit fixes them back.
</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>Add combine --keep (#1110)</title>
<updated>2021-01-30T22:55:11+00:00</updated>
<author>
<name>Éric Larivière</name>
<email>elarivie@users.noreply.github.com</email>
</author>
<published>2021-01-30T22:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a0f6692f5cc9344ae790300dcc0cf743ac9abbd3'/>
<id>a0f6692f5cc9344ae790300dcc0cf743ac9abbd3</id>
<content type='text'>
* Add combine --keep

Related to https://github.com/nedbat/coveragepy/issues/1108

* Fix unit tests

* Fix line too long

* Fix line too long</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add combine --keep

Related to https://github.com/nedbat/coveragepy/issues/1108

* Fix unit tests

* Fix line too long

* Fix line too long</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify the testing of the toml extra, fixing #1084</title>
<updated>2021-01-18T23:23:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-18T23:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a09b1714c26cde1542044f44295600679d4368fc'/>
<id>a09b1714c26cde1542044f44295600679d4368fc</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://91.123.203.49/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>
</feed>
