django_coverage_plugin icon indicating copy to clipboard operation
django_coverage_plugin copied to clipboard

"Disabling plugin" exception is invisible in test runners

Open nedbat opened this issue 8 years ago • 0 comments

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 hard to know why template coverage isn't happening.

Details are at the end of #18 .

nedbat avatar Jun 12 '16 15:06 nedbat