summaryrefslogtreecommitdiffstats
path: root/pytest_template.jinja2
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-04-22 16:02:28 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2022-04-22 16:02:28 +0100
commit12ac9bd354c664978523547ffac9bbebf0fcb577 (patch)
treeeb9c3726edfa291d0b6c53cec0f25572946fb887 /pytest_template.jinja2
parent5faf5c34d833f8467bce580e1e249f54856042dc (diff)
downloadSmarker-12ac9bd354c664978523547ffac9bbebf0fcb577.tar.gz
Smarker-12ac9bd354c664978523547ffac9bbebf0fcb577.zip
Moved and adapted to move folder, added rendering to pdfs
Diffstat (limited to 'pytest_template.jinja2')
-rw-r--r--pytest_template.jinja28
1 files changed, 0 insertions, 8 deletions
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