<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/coveragetest.py, branch 6.0</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: move a test helper to CoverageTest</title>
<updated>2021-08-14T23:22:36+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-08-14T23:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a996e357d1e82c8ed08cda0a43a5ab0fa05f68fd'/>
<id>a996e357d1e82c8ed08cda0a43a5ab0fa05f68fd</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 report this function in pytest tracebacks</title>
<updated>2021-07-20T12:32:28+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-07-20T10:50:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=de38a0e74a8683a3d3381038aeee4d226cc5b714'/>
<id>de38a0e74a8683a3d3381038aeee4d226cc5b714</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: change how we keep mismatched actual output</title>
<updated>2021-07-15T13:39:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-07-15T13:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c0da97eb03d4ffe8be8854ad6ff1a2736f169003'/>
<id>c0da97eb03d4ffe8be8854ad6ff1a2736f169003</id>
<content type='text'>
Now when a goldtest has a failure, the actual mismatched output will be written
to the tests/actual directory.

Along the way, I removed some obsolete settings which were only used by unittest
and unittest_mixins, which we no longer use:

- COVERAGE_KEEP_TMP
- COVERAGE_ENV_ID
- $TMPDIR/coverage_test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now when a goldtest has a failure, the actual mismatched output will be written
to the tests/actual directory.

Along the way, I removed some obsolete settings which were only used by unittest
and unittest_mixins, which we no longer use:

- COVERAGE_KEEP_TMP
- COVERAGE_ENV_ID
- $TMPDIR/coverage_test
</pre>
</div>
</content>
</entry>
<entry>
<title>test: hide check_coverage source in pytest tracebacks</title>
<updated>2021-06-04T11:39:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-06-04T10:50:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=3e9b02bb253de93885aeada64b60fdccf412fe20'/>
<id>3e9b02bb253de93885aeada64b60fdccf412fe20</id>
<content type='text'>
The code for the helper is uninteresting and long, and only makes it harder to
see what is going wrong.  Hide it.

https://docs.pytest.org/en/latest/example/simple.html#writing-well-integrated-assertion-helpers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code for the helper is uninteresting and long, and only makes it harder to
see what is going wrong.  Hide it.

https://docs.pytest.org/en/latest/example/simple.html#writing-well-integrated-assertion-helpers
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: pyupgrade --py36-plus tests/**.py</title>
<updated>2021-05-02T11:38:19+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-01T22:25:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=ddf5ba8cfcfe7d133ddbf888cc6e3af79863c712'/>
<id>ddf5ba8cfcfe7d133ddbf888cc6e3af79863c712</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: move the remaining backward.py code, no more backward.py</title>
<updated>2021-05-01T21:53:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-01T21:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=bfd2b7585e64f4766e4eec315f94d187e2d4f976'/>
<id>bfd2b7585e64f4766e4eec315f94d187e2d4f976</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 unneeded backward.py shims</title>
<updated>2021-05-01T20:24:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-01T17:46:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e96ef93d18831630687b6c026bed89a1f9149c90'/>
<id>e96ef93d18831630687b6c026bed89a1f9149c90</id>
<content type='text'>
Removed were:

- StringIO
- configparser
- string_class
- unicode_class
- range
- zip_longest
- get_thread_id
- path_types
- shlex_quote
- reprlib
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed were:

- StringIO
- configparser
- string_class
- unicode_class
- range
- zip_longest
- get_thread_id
- path_types
- shlex_quote
- reprlib
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: nice_file can be used as a function</title>
<updated>2021-03-22T11:04:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-21T21:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=66173dc24db5e6800483e0faddf583e80d9eb9b3'/>
<id>66173dc24db5e6800483e0faddf583e80d9eb9b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: pull module cleaning into here</title>
<updated>2021-03-12T01:52:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-12T01:52:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=cdafcb0913ac238300521463436f03571ad9ae9e'/>
<id>cdafcb0913ac238300521463436f03571ad9ae9e</id>
<content type='text'>
We don't need unittest_mixins' module cleaner anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't need unittest_mixins' module cleaner anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: simplify how StopEverything is converted to skip</title>
<updated>2021-03-11T20:25:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-11T20:25:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=1bdcc691f5127edf9f197f8b509a2eeff51edcd6'/>
<id>1bdcc691f5127edf9f197f8b509a2eeff51edcd6</id>
<content type='text'>
The auto-decorating metaclass was interfering with parameterized methods
on Python 2.7.  But we don't need it anymore anyway, since pytest will
let us hook to deal with the exception in a simpler way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The auto-decorating metaclass was interfering with parameterized methods
on Python 2.7.  But we don't need it anymore anyway, since pytest will
let us hook to deal with the exception in a simpler way.
</pre>
</div>
</content>
</entry>
</feed>
