From 4a5a9d362091acfdcd90d26c4d1911016063b5a2 Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 24 Jan 2022 17:42:24 +0000 Subject: switched to using macros in jinja file --- pytest_template.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pytest_template.jinja2') 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 -- cgit v1.2.3