django_coverage_plugin
django_coverage_plugin copied to clipboard
A plugin for coverage.py to measure Django template execution
Hello, I cannot get this plugin configured to process my template directories. There is no relevant example code either here or at the main https://coverage.readthedocs.org. https://coverage.readthedocs.org/en/coverage-4.0.3/config.html#config Please add a sample...
This is a fairly odd setup, and therefore probably not high-priority. If a Django app has a template that shares the same namespace as a core template (say, Django Admin's...
Hello, Is it possible to ignore branches within the templates? - Otherwise is this something that's on the drawing board?
Hi, I am facing a random error in my tests, with django 1.8.12, coverage 4.0.3 and django_coverage_plugin 1.3 (and seemingly only on my CI server using ubuntu precise 32bit, not...
If the Django settings don't enable template debugging, the plugin will disable itself and raise an exception. But some test runners (at least pytest) don't display the exception, so it's...
Some libraries use blocks from templates that have no `{% extends %}` tag. Normally a template like that would be fully rendered, so the blank lines between the blocks would...
This allows setting a flag to unconditionally mark the contents of tags as uncovered. This means that in-browser coverage collection can be used to truly measure if these lines are...