diff --git a/pyproject.toml b/pyproject.toml index 3f6039b9f..20c8dc1dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -257,6 +257,7 @@ ignore_errors = true [tool.pytest.ini_options] DJANGO_SETTINGS_MODULE = "relate.settings" +FAIL_INVALID_TEMPLATE_VARS = true python_files = [ "tests.py", "test_*.py",