[TIP] Coverage.py 3.2b4: Using Distribute on Python 3.x

Ned Batchelder ned at nedbatchelder.com
Sat Dec 5 14:28:18 PST 2009


I was right, it was the last beta: 3.2 is done: 
http://pypi.python.org/pypi/coverage/3.2

The next release will be focused on a new test runner (nose and py.test) 
plugin, improved control over what modules are included in reports, and 
.coveragerc support.

--Ned.

Ned Batchelder wrote:
> This is the last coverage.py 3.2 beta, I promise: 
> http://pypi.python.org/pypi/coverage/3.2b4
> I switched the Python 3.x installation to use Distribute instead of 
> classic setuptools, and was hoping someone could tell me it works.  
> Also, the sortable columns in the HTML report are now persisted in a 
> cookie, so the report always opens the way you like it.
>
> --Ned.
>
> _______________________________________________
> 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