summaryrefslogtreecommitdiff
path: root/tests/subplots/common/runcmd_test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/subplots/common/runcmd_test.yaml')
-rw-r--r--tests/subplots/common/runcmd_test.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/subplots/common/runcmd_test.yaml b/tests/subplots/common/runcmd_test.yaml
index daab202..e53c2d7 100644
--- a/tests/subplots/common/runcmd_test.yaml
+++ b/tests/subplots/common/runcmd_test.yaml
@@ -1,9 +1,12 @@
-- given: "executable script {filename} from {embedded:file}"
+- given: "executable script {filename} from {embedded}"
impl:
python:
function: create_script_from_embedded
rust:
function: create_script_from_embedded
+ types:
+ filename: path
+ embedded: file
- when: "I prepend {dirname} to PATH"
impl:
@@ -11,3 +14,5 @@
function: runcmd_prepend_to_path
rust:
function: prepend_to_path
+ types:
+ dirname: path