<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/tests/test_config.py, branch check-source-isdir</title>
<subtitle>bitbucket.org: Obsolete (use python-coveragepy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/'/>
<entry>
<title>--source and --include are mutually exclusive #265</title>
<updated>2016-12-16T12:29:18+00:00</updated>
<author>
<name>loic</name>
<email>loic@dachary.org</email>
</author>
<published>2016-12-16T12:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=cadcb4ca7a7d26589e5d42df1b4494636c39ed61'/>
<id>cadcb4ca7a7d26589e5d42df1b4494636c39ed61</id>
<content type='text'>
Add a sanity_check function to CoverageConfig to perform sanity checks
after configuration values have been collected from files, arguments
etc.

Raise an error if --source and --include are both set.

The config tests are amended because some of them have both source and
include set.

Based on the original patch from Nathan Land

close #265
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a sanity_check function to CoverageConfig to perform sanity checks
after configuration values have been collected from files, arguments
etc.

Raise an error if --source and --include are both set.

The config tests are amended because some of them have both source and
include set.

Based on the original patch from Nathan Land

close #265
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure that an uninterested setup.cfg doesn't prevent tox.ini from working</title>
<updated>2016-11-19T22:46:52+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-19T22:46:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=8c19329691ba161715c8f7b464ff1f080f3e3671'/>
<id>8c19329691ba161715c8f7b464ff1f080f3e3671</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak test helper names and docstrings</title>
<updated>2016-11-19T22:04:22+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-19T22:04:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=929dfc31c84d34aab9a25ca507e3a7dba9a7723d'/>
<id>929dfc31c84d34aab9a25ca507e3a7dba9a7723d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Put this test back, it was failing when trying to check both setup.cfg and tox.ini</title>
<updated>2016-11-19T21:38:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-19T21:38:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=a40b95c967dbc4071e21fb151cb92eaa9bdc8d30'/>
<id>a40b95c967dbc4071e21fb151cb92eaa9bdc8d30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up line wraps and leftover prints</title>
<updated>2016-11-19T21:28:28+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-19T21:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=e1775b405a4ed1b80c694c727cea849bff217296'/>
<id>e1775b405a4ed1b80c694c727cea849bff217296</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Read options from tox.ini</title>
<updated>2016-11-18T14:47:35+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>stephen@that.guru</email>
</author>
<published>2016-11-18T14:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=6cf9adfcf0ed8d909242462f2289002856670487'/>
<id>6cf9adfcf0ed8d909242462f2289002856670487</id>
<content type='text'>
If coveragerc does not exist, setup.cfg does not exist or does not
contain any coverage-related metadata, and no custom config file is
provided, fall back to tox.ini.

The syntax of tox.ini files is the same as that expected of setup.cfg
files, namely:

    [coverage:{section}]

Fixes: #519
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If coveragerc does not exist, setup.cfg does not exist or does not
contain any coverage-related metadata, and no custom config file is
provided, fall back to tox.ini.

The syntax of tox.ini files is the same as that expected of setup.cfg
files, namely:

    [coverage:{section}]

Fixes: #519
</pre>
</div>
</content>
</entry>
<entry>
<title>Test the debug settings more, and strip spaces from the environment variable</title>
<updated>2016-10-21T19:16:04+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-10-21T19:16:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=8cd489cf9cf85549899c094bff42c32733eaa5a8'/>
<id>8cd489cf9cf85549899c094bff42c32733eaa5a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Let the concurrency option be multi-valued. #484</title>
<updated>2016-07-04T12:20:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-04T12:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=e7fdd272fe8780230ef3aee9910324a932ab1d43'/>
<id>e7fdd272fe8780230ef3aee9910324a932ab1d43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an explicit test of the source= rc setting.</title>
<updated>2016-02-21T12:19:17+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-02-21T12:19:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=e510ab475ad293a43edfe8c7960bb32e9457bb2a'/>
<id>e510ab475ad293a43edfe8c7960bb32e9457bb2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Non-ascii characters work again in config regexes. Fixes #455.</title>
<updated>2015-12-24T16:11:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-12-24T16:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=112f0747f59452f59c282dfab2aec41d185ec7a9'/>
<id>112f0747f59452f59c282dfab2aec41d185ec7a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
