<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/test_config.py, branch 7.0.3</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>refactor: a better way to have maybe-importable third-party modules</title>
<updated>2023-01-03T20:29:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-01-03T20:21:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=4f3ccf213d813bb57775b2643b8bae5e08cbbbd0'/>
<id>4f3ccf213d813bb57775b2643b8bae5e08cbbbd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mypy: test_config.py, test_context.py</title>
<updated>2023-01-03T18:53:45+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-01-03T18:53:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=98301ed240a141592573c2ed239e006d42a26161'/>
<id>98301ed240a141592573c2ed239e006d42a26161</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mypy: inorout.py, disposition.py, and part of control.py</title>
<updated>2022-12-30T14:57:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-12-30T12:05:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=27990185352f035bafbb0cc7c8ac4159e87fe070'/>
<id>27990185352f035bafbb0cc7c8ac4159e87fe070</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mypy: check tomlconfig.py</title>
<updated>2022-12-29T16:28:03+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-12-29T15:42:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=46dd5bd33031d6c0501238e8459d81e8b91a416d'/>
<id>46dd5bd33031d6c0501238e8459d81e8b91a416d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: [tools.coverage] is valid for settings in a toml file. #1516</title>
<updated>2022-12-28T01:04:01+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-12-28T00:08:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=3823cc6d41956d0b8cfb55d6151673017a825c49'/>
<id>3823cc6d41956d0b8cfb55d6151673017a825c49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: run mypy on config.py</title>
<updated>2022-12-27T22:11:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-12-27T22:05:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=212f652076bb5f5c464db49576d927bc30ef0e1e'/>
<id>212f652076bb5f5c464db49576d927bc30ef0e1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: added support for finding unexecuted namespace packages (#1387)</title>
<updated>2022-11-17T11:34:22+00:00</updated>
<author>
<name>Felix Horvat</name>
<email>felix.horvat@ocell.io</email>
</author>
<published>2022-11-17T11:34:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=26445508a2eb1c7ef459a33ec058eb3f3c5b41dd'/>
<id>26445508a2eb1c7ef459a33ec058eb3f3c5b41dd</id>
<content type='text'>
* add support for namespace packages

* fixed typo

* update documentation

* fixed lint issues

* changed versionadded

* convert to config setting

* removed pure formatting changes

* code review changes

Co-authored-by: Ned Batchelder &lt;ned@nedbatchelder.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add support for namespace packages

* fixed typo

* update documentation

* fixed lint issues

* changed versionadded

* convert to config setting

* removed pure formatting changes

* code review changes

Co-authored-by: Ned Batchelder &lt;ned@nedbatchelder.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>feat: complete removal of `[run] note`</title>
<updated>2022-11-11T10:39:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-11-11T10:39:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1ac1846fdf837fac1c958dfde0ebce3e9531bf87'/>
<id>1ac1846fdf837fac1c958dfde0ebce3e9531bf87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: correct some config tests, and fully cover tomlconfig.py</title>
<updated>2022-10-28T12:16:56+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-10-28T11:45:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b3a1d979f8625e4974eaa7211cdecb211ba90b50'/>
<id>b3a1d979f8625e4974eaa7211cdecb211ba90b50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: in toml config, only apply environment substitution to coverage settings. #1481</title>
<updated>2022-10-28T10:49:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-10-27T15:48:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=44fbd3b02ad22326767dc37fe3b94aa93b36e8a3'/>
<id>44fbd3b02ad22326767dc37fe3b94aa93b36e8a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
