--- Test the fatal option (fatal.yml): !S::Suite contents: - 1/5 must pass: !S::Suite attributes: !S::Pass {} contents: - test1 must fail: !S::Fail weight: -1 - test2 must pass: {} - test3 must be fatal: !S::Fail fatal: true weight: -1 - test4 not tested: { weight: -4 } - test5 not tested: { weight: -4 } - test6 must pass: !S::Pass fatal: true - test7 must fail: !S::Fail weight: -1 - test8 must pass: !S::Pass {}