subplot 0.4.3

tools for specifying, documenting, and implementing automated acceptance tests for systems and software
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
- given: "executable script {filename} from {embedded:file}"
  impl:
    python:
      function: create_script_from_embedded
    rust:
      function: create_script_from_embedded

- when: "I prepend {dirname} to PATH"
  impl:
    python:
      function: runcmd_prepend_to_path
    rust:
      function: prepend_to_path