subplot 0.11.0

tools for specifying, documenting, and implementing automated acceptance tests for systems and software
Documentation
1
2
3
4
5
6
7
8
9
- given: "a clone of {url} in src at {commit}"
  impl:
    python:
      function: clone_to_src

- when: "I docgen {filename} to {output}, in {dirname}"
  impl:
    python:
      function: docgen