subplot 0.4.0

tools for specifying, documenting, and implementing automated acceptance tests for systems and software
Documentation
# CI configuration for subplot

default:
  image: registry.gitlab.com/subplot/subplot-container-images:main

check:
  stage: test
  script:
    - sudo apt update
    - sudo apt -y build-dep .
    - ./check -v

check-msrv:
  stage: test
  script:
    - sudo apt update
    - sudo apt -y build-dep .
    - rustup default 1.56
    - ./check -v