ftf 0.4.0

Run functional tests from a variety of formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod error;
pub mod expected;
pub mod input;
pub mod launcher;
mod log;
pub mod output;
pub mod scheduler;

pub mod yaml;

pub const INVALID_EXIT: i32 = 1;