[][src]Crate stipulate

Re-exports

pub use test::test_student;
pub use conf::TestConfig;

Modules

conf

Handles loading of configurations for tests

test

Functions, enumerations, etc. pertaining to the evaluation of student programs

Functions

test_output

Runs the given command with the given args, and passes the given argument as input through standard input. It returns true iff the command's output matches expected_output.