summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-22 08:58:33 +0300
committerLars Wirzenius <liw@liw.fi>2020-04-22 10:50:01 +0300
commite50ca0c984173ce8d84d6a4092096753512ccf26 (patch)
tree40d3066d06750681201579bbc5ca623c3708c615 /templates
parent364ab272087f94625df0af1ec53ccb5be8003eb8 (diff)
downloadsubplot-e50ca0c984173ce8d84d6a4092096753512ccf26.tar.gz
Change: get Python template from templates/python/template.{yaml.py}
All the language specific details are now in template.yaml, including the command for how to run the generated test program.
Diffstat (limited to 'templates')
-rw-r--r--templates/python/template.py (renamed from templates/python.py)0
-rw-r--r--templates/python/template.yaml2
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/python.py b/templates/python/template.py
index a0f4ec5..a0f4ec5 100644
--- a/templates/python.py
+++ b/templates/python/template.py
diff --git a/templates/python/template.yaml b/templates/python/template.yaml
new file mode 100644
index 0000000..dca668d
--- /dev/null
+++ b/templates/python/template.yaml
@@ -0,0 +1,2 @@
+template: template.py
+run: python3