Re: Django template coverage

2015-09-24 Thread Ned Batchelder
This plugin won't work with Jinja2 templates, but another coverage.py plugin could be written for Jinja2, sure. Get in touch if you want to get started on it. --Ned. On 9/20/15 9:45 AM, Avraham Serour wrote: would this work with jinja2 templates also? On Tue, Aug 25, 2015 at 3:45 AM, Ned Ba

Re: Django template coverage

2015-09-20 Thread Avraham Serour
would this work with jinja2 templates also? On Tue, Aug 25, 2015 at 3:45 AM, Ned Batchelder wrote: > Hi all, > > If you've been using coverage measurement on your Django code, you might > be interested in a new development: now you can also measure the coverage > of your templates. > > Coverage.

Django template coverage

2015-08-24 Thread Ned Batchelder
Hi all, If you've been using coverage measurement on your Django code, you might be interested in a new development: now you can also measure the coverage of your templates. Coverage.py 4.0 (currently in the last stages of beta) supports plugins. Django-coverage-plugin implements measurement