nedbat / django_coverage_plugin

A plugin for coverage.py to measure Django template execution
Apache License 2.0
197 stars 35 forks source link

Add support for multiple instances of the `django.template.backends.django.DjangoTemplates`. #20

Closed charettes closed 8 years ago

charettes commented 8 years ago

At the moment a ValueError is raised as soon as TEMPLATES contain more than a single entry.

AFAIK this plugin already supports multiple TEMPLATES entries as long as they all use the DjangoTemplates backend.

charettes commented 8 years ago

I'll try to submit a PR with the required changes.