pytest-django
pytest-django copied to clipboard
fail-on-template-vars: be more discreet with ignore_template_errors
trafficstars
When using the @pytest.mark.ignore_template_errors on a test, we could expect the test to return to its original behavior (just like running them without --fail-on-template-vars).
This would ease the use of the option since ignored tests are less likely to crash.