[TIP] Coverage.py 3.1 beta 1: Python 3.x and Cobertura output

Ned Batchelder ned at nedbatchelder.com
Mon Oct 5 03:33:01 PDT 2009


For those of you who track these things really closely, I released 
coverage.py 3.1 final: http://pypi.python.org/pypi/coverage

--Ned.

Ned Batchelder wrote:
> Coverage.py 3.1 beta 1 is now ready.  Python 3.1 is supported, and a new 
> "coverage xml" command writes results to a Cobertura-compatible 
> coverage.xml file.
>
> More details are at 
> http://nedbatchelder.com/blog/200909/coveragepy_v31_beta_1_python_3x_and_cobertura_output.html
>
> Kits are at http://pypi.python.org/pypi/coverage/3.1b1
>
> I'm especially interested in finding people using Hudson or Sonar with 
> Python, and would be willing to help me make sure the new XML output 
> works properly in all configurations.
>
>   



More information about the testing-in-python mailing list