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
10
11
12
13
14
15
16
title: Acceptance criteria for the lib/runcmd Subplot library
authors:
  - The Subplot project
markdowns:
- runcmd.md
bindings:
- lib/runcmd.yaml
- runcmd_test.yaml
- lib/files.yaml
impls:
  python:
    - lib/runcmd.py
    - runcmd_test.py
    - lib/files.py
  rust:
    - runcmd_test.rs