We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4800eca commit f9e7148Copy full SHA for f9e7148
docs/usage.rst
@@ -29,6 +29,11 @@ Additional command line options
29
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30
Fail tests that render templates which make use of invalid template variables.
31
32
+You can switch it on in `pytest.ini`::
33
+
34
+ [pytest]
35
+ FAIL_INVALID_TEMPLATE_VARS = True
36
37
Additional pytest.ini settings
38
------------------------------
39
0 commit comments