<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/test_cmdline.py, branch coverage-4.3.2</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>Remove explicit clean-up methods that just set an attribute</title>
<updated>2017-01-11T22:37:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-01-11T22:37:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=6c8a2e48c9d74f561216557ad5b07da2cae7c245'/>
<id>6c8a2e48c9d74f561216557ad5b07da2cae7c245</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove an unused exception.</title>
<updated>2016-12-31T13:14:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-31T13:14:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=942b08171922538358416d95fdc1f8db7e6d0be4'/>
<id>942b08171922538358416d95fdc1f8db7e6d0be4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove hastiliy short-circuited check for conflicting include and source</title>
<updated>2016-12-30T22:30:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-30T22:30:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=efc0a70a97c50a2005858d6bb7a21d6aeaee4d1e'/>
<id>efc0a70a97c50a2005858d6bb7a21d6aeaee4d1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert the check for conflicting --source and --include. Closes #541, re-opens #265</title>
<updated>2016-12-28T12:54:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-28T12:54:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e67cfc2a597d83728416c0382facca4a8278f627'/>
<id>e67cfc2a597d83728416c0382facca4a8278f627</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in dachary/coverage.py/issue-433-2 (pull request #112)</title>
<updated>2016-12-24T22:05:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>nedbat@gmail.com</email>
</author>
<published>2016-12-24T22:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=6afef68b890997a2a0f46444f9f5ecd4e2d5357a'/>
<id>6afef68b890997a2a0f46444f9f5ecd4e2d5357a</id>
<content type='text'>
implement --skip-covered for html report #433
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implement --skip-covered for html report #433
</pre>
</div>
</content>
</entry>
<entry>
<title>implement --skip-covered for html report #433</title>
<updated>2016-12-18T16:24:37+00:00</updated>
<author>
<name>loic@dachary.org</name>
<email>loic@dachary.org</email>
</author>
<published>2016-12-18T16:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c863b83d505397c1af74c152f4f3900c80877073'/>
<id>c863b83d505397c1af74c152f4f3900c80877073</id>
<content type='text'>
close #433

--HG--
branch : issue-433-2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
close #433

--HG--
branch : issue-433-2
</pre>
</div>
</content>
</entry>
<entry>
<title>--source and --include are mutually exclusive #265</title>
<updated>2016-12-16T12:29:18+00:00</updated>
<author>
<name>loic@dachary.org</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.git/commit/?id=fe5739b703c4f4171e998bee9ce2ad3dfd7959a2'/>
<id>fe5739b703c4f4171e998bee9ce2ad3dfd7959a2</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

--HG--
branch : issue-265
extra : amend_source : 2c0e1173285d07174bc632fb3a8df437201607a6
</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

--HG--
branch : issue-265
extra : amend_source : 2c0e1173285d07174bc632fb3a8df437201607a6
</pre>
</div>
</content>
</entry>
<entry>
<title>Combining twice shouldn't lose data. #412, #516</title>
<updated>2016-08-07T15:53:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-08-07T15:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b3d626c3936d11c189b8e810ccb93ceaa019b156'/>
<id>b3d626c3936d11c189b8e810ccb93ceaa019b156</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cover a few more lines in cmdline.py</title>
<updated>2016-07-10T21:15:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-10T21:15:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9a69a43b43f89408fe7afcea76954cbdcf1c09b9'/>
<id>9a69a43b43f89408fe7afcea76954cbdcf1c09b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the check for default values of run-affecting options, and add a test</title>
<updated>2016-07-09T23:30:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-09T23:30:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2d3759d244a5f88101e208be8c965881f227f65b'/>
<id>2d3759d244a5f88101e208be8c965881f227f65b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
