[TIP] Coverage.py 3.6 beta 2

Chris Withers chris at simplistix.co.uk
Thu Dec 27 04:10:35 PST 2012


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

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
            - http://www.simplistix.co.uk



More information about the testing-in-python mailing list