pytest-django icon indicating copy to clipboard operation
pytest-django copied to clipboard

fail-on-template-vars: be more discreet with ignore_template_errors

Open xavfernandez opened this issue 1 year ago • 0 comments
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.

xavfernandez avatar Apr 25 '24 07:04 xavfernandez