<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests, branch nedbat/bug913</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>temp: a test for bug 913</title>
<updated>2021-03-14T15:51:58+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-14T15:23:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=9bd3b482c94156df0477ee33d87cd876f7b629ce'/>
<id>9bd3b482c94156df0477ee33d87cd876f7b629ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: correct a file name: test_mixins.py</title>
<updated>2021-03-12T01:54:22+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-12T01:54:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=66fbf7a986e92a60b93af6c8decd7bf8ae526ada'/>
<id>66fbf7a986e92a60b93af6c8decd7bf8ae526ada</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>refactor: remove unused test class setting</title>
<updated>2021-03-12T00:18:12+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-12T00:18:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=1d83d59ffacd0736411e492786f83953d247819f'/>
<id>1d83d59ffacd0736411e492786f83953d247819f</id>
<content type='text'>
unittest_mixins would check that files got created if a test made a
temporary directory, so that we could trim down making temp dirs
needlessly.

But we don't use unittest_mixins any more, so this setting does nothing.
Remove it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unittest_mixins would check that files got created if a test made a
temporary directory, so that we could trim down making temp dirs
needlessly.

But we don't use unittest_mixins any more, so this setting does nothing.
Remove it.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: our own change_dir context manager</title>
<updated>2021-03-12T00:09:04+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-12T00:09:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=ebbf3d5d59aaf638f7650db848c6583cafda8315'/>
<id>ebbf3d5d59aaf638f7650db848c6583cafda8315</id>
<content type='text'>
We don't need to use the one from unittest_mixins.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't need to use the one from unittest_mixins.
</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>
<entry>
<title>test: add tests of make_file</title>
<updated>2021-03-11T15:00:23+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-11T11:37:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=d2985974a0fba46df7552a9958c7f9ef34f75868'/>
<id>d2985974a0fba46df7552a9958c7f9ef34f75868</id>
<content type='text'>
These are copied from unittest_mixins, and adapted to pytest.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are copied from unittest_mixins, and adapted to pytest.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: move tests into classes</title>
<updated>2021-03-11T11:38:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-11T11:11:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=5f6fd5aa9e4b08ac4cbc4a85ee566245c26967b5'/>
<id>5f6fd5aa9e4b08ac4cbc4a85ee566245c26967b5</id>
<content type='text'>
Now that we don't inherit from TestCase, pytest can parametrize methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we don't inherit from TestCase, pytest can parametrize methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: no need for our own xfail wrapper</title>
<updated>2021-03-11T11:38:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-11T10:40:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=29310f4bb634a8fccb5ff0453ae6686bbebcca17'/>
<id>29310f4bb634a8fccb5ff0453ae6686bbebcca17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: skip a test on pypy</title>
<updated>2021-03-11T11:38:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-11T10:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=8aef73cc99dd9dd85217b101039a61b4a879698c'/>
<id>8aef73cc99dd9dd85217b101039a61b4a879698c</id>
<content type='text'>
I thought I knew when this passed and when it failed. Now that our tests
are not TestCase's, pytest is enforcing the xfails.  This passes locally
on Mac, but fails in CI on Mac.  So skip it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I thought I knew when this passed and when it failed. Now that our tests
are not TestCase's, pytest is enforcing the xfails.  This passes locally
on Mac, but fails in CI on Mac.  So skip it.
</pre>
</div>
</content>
</entry>
</feed>
