<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/Makefile, branch nedbat/test_goldtest</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>build: clean up the Makefile a bit</title>
<updated>2021-10-11T10:43:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-11T10:43:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=cedd319b6bc76843e570e7e53c4cb98ce359136e'/>
<id>cedd319b6bc76843e570e7e53c4cb98ce359136e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: make "clean" targets be quiet</title>
<updated>2021-10-08T11:38:19+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-08T11:38:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=56f850956513578b2a73ac1e1be5e3c9483432e6'/>
<id>56f850956513578b2a73ac1e1be5e3c9483432e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style: fix typos discovered by codespell (#1197)</title>
<updated>2021-08-01T10:52:42+00:00</updated>
<author>
<name>Christian Clauss</name>
<email>cclauss@me.com</email>
</author>
<published>2021-08-01T10:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f3059761830a0716504b04d25a4045c2f4ef4402'/>
<id>f3059761830a0716504b04d25a4045c2f4ef4402</id>
<content type='text'>
python3 -m pip install codespell

codespell --ignore-words-list="ba,cant,datas,hart,linke,ned,nin,overthere,upto" --skip="*.js"

* Fix typos discovered by codespell

* datas

* intgers ==&gt; integers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
python3 -m pip install codespell

codespell --ignore-words-list="ba,cant,datas,hart,linke,ned,nin,overthere,upto" --skip="*.js"

* Fix typos discovered by codespell

* datas

* intgers ==&gt; integers</pre>
</div>
</content>
</entry>
<entry>
<title>build: generalize download_gha_artifacts so other repos can use it</title>
<updated>2021-07-24T15:03:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-07-24T15:03:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e87d2180079f42a6003d425f9486ee33d32a872d'/>
<id>e87d2180079f42a6003d425f9486ee33d32a872d</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://trove.baserock.org/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>build: don't refer to py27 in the Makefile</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:23:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=3f19cd70ee61e126e1577302234bc23145a86dcf'/>
<id>3f19cd70ee61e126e1577302234bc23145a86dcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: remove the .egg test</title>
<updated>2021-04-14T10:12:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-04-14T10:12:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e6e6bdfa70a918aeb4f436c1739e7baf75d2e75f'/>
<id>e6e6bdfa70a918aeb4f436c1739e7baf75d2e75f</id>
<content type='text'>
People don't use .egg much anymore, distutils is showing deprecation
warnings, and coverage.py only deals with them the same way it deals
with .zip files, so let's just rely on a .zip test to cover that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
People don't use .egg much anymore, distutils is showing deprecation
warnings, and coverage.py only deals with them the same way it deals
with .zip files, so let's just rely on a .zip test to cover that.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: tox should be quiet</title>
<updated>2021-04-10T14:19:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-04-05T09:56:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=48922a4951f80bb7612c8f3b5c738cb99c7b281c'/>
<id>48922a4951f80bb7612c8f3b5c738cb99c7b281c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: remove obsolete Tidelift release notes support</title>
<updated>2021-04-10T14:16:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-04-10T14:16:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=7f6216bcadbb360fdb339a5638f3c34da325f937'/>
<id>7f6216bcadbb360fdb339a5638f3c34da325f937</id>
<content type='text'>
Tidelift removed their release notes API on 2021-03-09:
https://forum.tidelift.com/t/release-notes-task/467
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tidelift removed their release notes API on 2021-03-09:
https://forum.tidelift.com/t/release-notes-task/467
</pre>
</div>
</content>
</entry>
<entry>
<title>build: clearly label auto-generated files</title>
<updated>2021-01-30T23:20:40+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-30T23:19:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=4fc64a97ce779c2d6bb972f0003b9b9f00e62c3a'/>
<id>4fc64a97ce779c2d6bb972f0003b9b9f00e62c3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
