<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/test_testing.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>test: add tests of the failure asserts from check_coverage</title>
<updated>2021-02-23T01:18:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-02-23T00:53:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=cc2afd8ea9c3aed22af29b2c14484230f46732e7'/>
<id>cc2afd8ea9c3aed22af29b2c14484230f46732e7</id>
<content type='text'>
This brings the coverage of tests/coveragetest.py to 100%.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This brings the coverage of tests/coveragetest.py to 100%.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: remove unittest.assertCountEqual</title>
<updated>2021-02-06T12:38:49+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-02-06T12:21:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=2e4b2977c78e254797d07c39e933fd535d4b0cec'/>
<id>2e4b2977c78e254797d07c39e933fd535d4b0cec</id>
<content type='text'>
Another step toward removing unittest.TestCase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Another step toward removing unittest.TestCase.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: move test mixins to their own file</title>
<updated>2021-02-02T14:04:58+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-02-02T14:04:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=9012623110f49635fff61d19a4f5bb779de91b99'/>
<id>9012623110f49635fff61d19a4f5bb779de91b99</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>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>Use set literals</title>
<updated>2021-01-03T11:26:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-12-21T01:19:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=7ff93a9740da5dec4eba6c6cad288d25a472d75a'/>
<id>7ff93a9740da5dec4eba6c6cad288d25a472d75a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move test helpers to tests.helpers</title>
<updated>2019-12-31T13:02:17+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-12-31T13:02:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a6912d67648c1acdae73db7c2b772b09fb236c54'/>
<id>a6912d67648c1acdae73db7c2b772b09fb236c54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Confirm that run_command will show us both stdout and stderr</title>
<updated>2019-12-23T23:01:49+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-12-23T20:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=7c78d66bf029796961ed528b1d00c561aaa8ceb7'/>
<id>7c78d66bf029796961ed528b1d00c561aaa8ceb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
