summaryrefslogtreecommitdiff
path: root/tests/subplots/common/runcmd_test.yaml
blob: e53c2d7f0d0171da13c1d32bd1a7ddaf33e54b28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- 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:
    python:
      function: runcmd_prepend_to_path
    rust:
      function: prepend_to_path
  types:
    dirname: path