summaryrefslogtreecommitdiff
path: root/subplot.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'subplot.yaml')
-rw-r--r--subplot.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/subplot.yaml b/subplot.yaml
index 1f8acb2..e309d78 100644
--- a/subplot.yaml
+++ b/subplot.yaml
@@ -4,15 +4,24 @@
- when: I run sp-docgen (?P<md>\S+) -o (?P<output>\S+)
function: run_docgen
+- when: I try to run sp-docgen (?P<md>\S+) -o (?P<output>\S+)
+ function: try_docgen
+
- when: I run sp-codegen --run (?P<filename>\S+) -o test.py
function: run_codegen
+- when: I try to run sp-codegen --run (?P<filename>\S+) -o test.py
+ function: try_codegen
+
- when: I run sp-meta (?P<filename>\S+)
function: run_meta
- when: I run pandoc --filter sp-filter (?P<filename>\S+) -o (?P<output>\S+)
function: run_pandoc_with_filter
+- then: exit code is non-zero
+ function: exit_code_nonzero
+
- then: file (?P<filename>\S+) exists
function: file_exists