You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A combination of django, pytest, pytest-cov, django-coverage-plugin and pytest-django seems to interact with each other causing CoverageException when tests execute code that renders templates. My guess is it's somewhere in django-coverage-plugin as disabling it, removes the exception.