Module subplotlib::steplibrary

source ·
Expand description

Subplot step library

In the Python and shell runners, there are some libraries to help write subplots which provide things like assistance with stored files, checking of file content, running of subprocesses, managing of directories of data, etc.

These submodules contain steps to that effect. In order to use them you will want to:

use subplotlib::steplibrary::datadir::*;

or similar.

Then you can simply use the bindings for the library in question from requisite yaml files.

Modules

  • The datadir step library provides a small number of steps which can be used in your scenarios, though its primary use is to provide the Datadir context object which other libraries will use to provide filesystem access.
  • Library of steps for handling files in the data dir.
  • Step library for running subprocesses as part of scenarios