tensile 0.6.3

A test framework capable of dynamic and parallel test execution
Documentation

tensile

Build Status Documentation

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).

Used to test scripts in the gluon programming language.