diff options
Diffstat (limited to 'pytest_template.jinja2')
-rw-r--r-- | pytest_template.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest_template.jinja2 b/pytest_template.jinja2 index fad41db..473b7b4 100644 --- a/pytest_template.jinja2 +++ b/pytest_template.jinja2 @@ -4,5 +4,5 @@ import {{ module }} {% for i, test_code in enumerate(filestests, 1) %} def test_{{ i }}(): -{{ test_code|indent(4, True) }} {# the code in the config file must be indented with 4 spaces only #} + {{ test_code|indent(4, False) }} {# the code in the config file must be indented with 4 spaces only #} {% endfor %}
\ No newline at end of file |