Crate testdrive[−][src]
Integration test driver for Materialize.
Modules
action | |
error | Error handling. |
format | |
parser | |
util |
Structs
Config | User-settable configuration parameters. |
Enums
Error | A testdrive error. |
Traits
ResultExt | Extra methods that integrate std Results with |
Functions
run_file | Runs a testdrive script stored in a file. |
run_line_reader | |
run_stdin | Runs a testdrive script from the standard input. |
run_string | Runs a testdrive script stored in a string. |