--- Check Block (block.yml): !S::Suite attributes: !S::Block {} contents: - test simple good block: test: " 42 == 42 " - test simple bad block: test: " 42 == 43 " weight: -1 - test simple block which raise an exception: test: " fail('Explictly failed') " weight: -1