[TIP] Coverage.py 3.6 beta 2

Ned Batchelder ned at nedbatchelder.com
Mon Dec 31 05:22:52 PST 2012


Oops, posted this two days ago, and forgot to mention it here: 
http://nedbatchelder.com/blog/201212/coveragepy_36b3.html

--Ned.

On 12/27/2012 7:16 AM, Ned Batchelder wrote:
> Yes, the growing consensus 
> (https://bitbucket.org/ned/coveragepy/issue/224/36b2-breaks-nosexcover) is 
> clear: the nose plugins are not happy.  Expect a fix shortly...
>
> --Ned.
>
> On 12/27/2012 7:10 AM, Chris Withers wrote:
>> Hi Ned,
>>
>> On 24/12/2012 15:53, Ned Batchelder wrote:
>>> I never announced beta 1 here, but beta 2 of coverage.py 3.6 is
>>> available.  v3.6 has 23 bug fixes and a few new features.  The complete
>>> change history
>>> (http://nedbatchelder.com/code/coverage/beta/changes.html) has the
>>> details.  Let me know what you think.
>>
>> The good news is that this fixes the "can't install on Windows when 
>> no C compiler is present" problem.
>>
>> The bad news is that now, on all platforms, 
>> coverage/cov_core/nose_cov can't find any data:
>>
>> http://jenkins.simplistix.co.uk/job/configurator-buildout/PYTHON=2.7,label=linux/44/console 
>>
>>
>>   File 
>> "/var/lib/jenkins/.buildout/eggs/cov_core-1.7-py2.7.egg/cov_core.py", 
>> line 109, in summary
>>     self.cov.html_report(ignore_errors=True)
>>   File 
>> "/var/lib/jenkins/.buildout/eggs/coverage-3.6b2-py2.7-linux-i686.egg/coverage/control.py", 
>> line 615, in html_report
>>     return reporter.report(morfs)
>>   File 
>> "/var/lib/jenkins/.buildout/eggs/coverage-3.6b2-py2.7-linux-i686.egg/coverage/html.py", 
>> line 90, in report
>>     self.report_files(self.html_file, morfs, self.config.html_dir)
>>   File 
>> "/var/lib/jenkins/.buildout/eggs/coverage-3.6b2-py2.7-linux-i686.egg/coverage/report.py", 
>> line 76, in report_files
>>     raise CoverageException("No data to report.")
>> coverage.misc.CoverageException: No data to report.
>>
>> Any ideas?
>>
>> Chris
>>
>
>
> _______________________________________________
> testing-in-python mailing list
> testing-in-python at lists.idyll.org
> http://lists.idyll.org/listinfo/testing-in-python
>




More information about the testing-in-python mailing list