<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/helpers.py, branch 6.2</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(test): make re_lines (et al) look like re.search</title>
<updated>2021-10-28T10:59:03+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-28T10:59:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=81a55d102550b4535191756960f6846083fc7e30'/>
<id>81a55d102550b4535191756960f6846083fc7e30</id>
<content type='text'>
and also replace some calls with just-plain re.search.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and also replace some calls with just-plain re.search.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(test): re_lines is more useful if it returns a list</title>
<updated>2021-10-27T12:50:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-27T12:02:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=15aff0ad7d6c92851bc21fc39863a3949edbb9c6'/>
<id>15aff0ad7d6c92851bc21fc39863a3949edbb9c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(test): os_sep and remove_tree helpers</title>
<updated>2021-10-24T13:53:53+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-24T13:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=20baf284341555803d800ec4c248fd0f1b5351f1'/>
<id>20baf284341555803d800ec4c248fd0f1b5351f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: subprocess diagnostic for when we need it</title>
<updated>2021-10-16T12:02:45+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-16T11:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=aab6c32ca0fb290da7d31aaad9a6e9893240be26'/>
<id>aab6c32ca0fb290da7d31aaad9a6e9893240be26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style: use the official designation for utf-8</title>
<updated>2021-10-10T11:24:35+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-10T11:24:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=267622b11b730ec69bf34202fc6258a2614394c5'/>
<id>267622b11b730ec69bf34202fc6258a2614394c5</id>
<content type='text'>
Yes, this is completely unimportant. Don't ask me why I bothered, I'm
not really sure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Yes, this is completely unimportant. Don't ask me why I bothered, I'm
not really sure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support TOML v1.0.0 syntax in `pyproject.toml` (#1186)</title>
<updated>2021-07-13T10:23:09+00:00</updated>
<author>
<name>Thomas Grainger</name>
<email>tagrain@gmail.com</email>
</author>
<published>2021-07-13T10:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=80bfea74c10dec30a0fa64e1379b80c897b060a9'/>
<id>80bfea74c10dec30a0fa64e1379b80c897b060a9</id>
<content type='text'>
* Support TOML v1.0.0 syntax in `pyproject.toml`

fixes #1180

Co-authored-by: Taneli Hukkinen &lt;3275109+hukkin@users.noreply.github.com&gt;

* fix toml meta test

* use pytest.mark.parametrize to narrow test failure

* Update tests/test_config.py

Co-authored-by: Taneli Hukkinen &lt;3275109+hukkin@users.noreply.github.com&gt;

Co-authored-by: Taneli Hukkinen &lt;3275109+hukkin@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Support TOML v1.0.0 syntax in `pyproject.toml`

fixes #1180

Co-authored-by: Taneli Hukkinen &lt;3275109+hukkin@users.noreply.github.com&gt;

* fix toml meta test

* use pytest.mark.parametrize to narrow test failure

* Update tests/test_config.py

Co-authored-by: Taneli Hukkinen &lt;3275109+hukkin@users.noreply.github.com&gt;

Co-authored-by: Taneli Hukkinen &lt;3275109+hukkin@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>test: better checking for CoverageWarnings</title>
<updated>2021-05-31T18:38:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-31T18:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=65d9e0edbca0dc893ca70fbf64969e2ddc5a3680'/>
<id>65d9e0edbca0dc893ca70fbf64969e2ddc5a3680</id>
<content type='text'>
On Python 3.10, we were getting other warnings mixed into the warnings the tests
were looking for.  This change lets us only look at the CoverageWarnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Python 3.10, we were getting other warnings mixed into the warnings the tests
were looking for.  This change lets us only look at the CoverageWarnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: simplify run_command output handling</title>
<updated>2021-05-31T02:24:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-31T02:24:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=28dc923199d432a838a19fd1d2a57a780926f272'/>
<id>28dc923199d432a838a19fd1d2a57a780926f272</id>
<content type='text'>
The type-check is left over from Python 2 compatibility, we don't need
it anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The type-check is left over from Python 2 compatibility, we don't need
it anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: warnings are now real warnings</title>
<updated>2021-05-30T22:03:05+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-30T21:39:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=30c023b5b74f9c798645cbb3f35362ae046a4c25'/>
<id>30c023b5b74f9c798645cbb3f35362ae046a4c25</id>
<content type='text'>
This makes coverage warnings visible when running test suites under
pytest.  But it also means some uninteresting warnings would show up in
our own test suite, so we had to catch or suppress those.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes coverage warnings visible when running test suites under
pytest.  But it also means some uninteresting warnings would show up in
our own test suite, so we had to catch or suppress those.
</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>
</feed>
