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.
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.