summaryrefslogtreecommitdiffstats
path: root/pytest_template.jinja2
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-01-24 17:42:24 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2022-01-24 17:42:24 +0000
commit4a5a9d362091acfdcd90d26c4d1911016063b5a2 (patch)
tree6d99de384f26b8ce55ed8a330b5af68c74662f0e /pytest_template.jinja2
parentddb758a780c74d95d2c6bfc00d50fc7a04de7d34 (diff)
downloadSmarker-4a5a9d362091acfdcd90d26c4d1911016063b5a2.tar.gz
Smarker-4a5a9d362091acfdcd90d26c4d1911016063b5a2.zip
switched to using macros in jinja file
Diffstat (limited to 'pytest_template.jinja2')
-rw-r--r--pytest_template.jinja22
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