pytest-django
pytest-django copied to clipboard
Option to exclude templates for `FAIL_INVALID_TEMPLATE_VARS`
trafficstars
I would like the FAIL_INVALID_TEMPLATE_VARS option to not fail tests for specified app templates. For example, if the issue is in a third party app template (inherited or otherwise) that is excluded, the tests should not fail. An option to exclude specified templates and template directories might help.