Crate subplotlib

Source
Expand description

Subplot test utilities

This crate is meant to be used by test suites generated using the Subplot code generator using the rust template. You should generally not use this crate directly, instead test suites generated using the rust template will use subplotlib::prelude::*; automatically.

If you want to explore things, then we suggest you start from the prelude module since it exposes everything you’d normally find in a test suite.

Modules§

file
Subplot data files
prelude
The subplotlib prelude.
scenario
Scenarios
step
Scenario steps
steplibrary
Subplot step library
types
Fundamental types used throughout subplotlib
utils
Utility functions used by subplotlib or the generated test functions

Macros§

codegen
Generate subplot scenario code from a given Subplot input