Small test library for Rust, capable of creating testcases at runtime as opposed to the builtin test framework which defines test cases statically (via the #[test] attribute).
#[test]
Used to test scripts in the gluon programming language.