subplot 0.14.0

tools for specifying, documenting, and implementing automated acceptance tests for systems and software
Documentation
1
2
3
4
5
6
7
8
- when: "I prepend {dirname} to PATH"
  impl:
    python:
      function: runcmd_prepend_to_path
    rust:
      function: prepend_to_path
  types:
    dirname: path