From 12ac9bd354c664978523547ffac9bbebf0fcb577 Mon Sep 17 00:00:00 2001 From: jwansek Date: Fri, 22 Apr 2022 16:02:28 +0100 Subject: Moved and adapted to move folder, added rendering to pdfs --- pytest_template.jinja2 | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 pytest_template.jinja2 (limited to 'pytest_template.jinja2') diff --git a/pytest_template.jinja2 b/pytest_template.jinja2 deleted file mode 100644 index 73c9a40..0000000 --- a/pytest_template.jinja2 +++ /dev/null @@ -1,8 +0,0 @@ -{# generating python with python :3 #} - -import {{ module }} - -{% for i, test_code in enumerate(filestests, 1) %} -def test_{{ i }}(): - {{ 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