Re: test coverage [was: web typography support]

2007-08-06 Thread Jacob Kaplan-Moss
On 8/6/07, Emanuele Pucciarelli <[EMAIL PROTECTED]> wrote: > There's Ned Batchelder's coverage.py: http://nedbatchelder.com/code/ > modules/coverage.html . Haven't tried it myself, but I have to > suppose that it's Django-friendly. :) A while back I started experimenting with coverage using figle

Re: test coverage [was: web typography support]

2007-08-06 Thread Brett Hoerner
On 8/6/07, Emanuele Pucciarelli <[EMAIL PROTECTED]> wrote: > There's Ned Batchelder's coverage.py: http://nedbatchelder.com/code/ > modules/coverage.html . Haven't tried it myself, but I have to > suppose that it's Django-friendly. :) http://siddhi.blogspot.com/2007/04/code-coverage-for-your-djan

test coverage [was: web typography support]

2007-08-06 Thread Emanuele Pucciarelli
Il giorno 06/ago/07, alle ore 08:10, Alex Nikolaenkov ha scritto: > IMO TDD is a very good practice. So unit-tests for applications to be > included into the standard django package are the must. Are there > tools for python showing "unit test coverage" for the module > (Something like Jester for