#test-framework #dynamic #runner #console

tensile

A test framework capable of dynamic and parallel test execution

12 releases (6 breaking)

0.7.0 Oct 1, 2021
0.6.3 May 14, 2020
0.6.0 Jan 9, 2020
0.5.0 Sep 2, 2019
0.1.0 Dec 1, 2017
Download history 15/week @ 2023-07-12 26/week @ 2023-07-19 47/week @ 2023-07-26 13/week @ 2023-08-02 18/week @ 2023-08-09 30/week @ 2023-08-16 42/week @ 2023-08-23 19/week @ 2023-08-30 63/week @ 2023-09-06 39/week @ 2023-09-13 18/week @ 2023-09-20 42/week @ 2023-09-27 13/week @ 2023-10-04 18/week @ 2023-10-11 42/week @ 2023-10-18 33/week @ 2023-10-25

110 downloads per month
Used in 2 crates

MIT license

24KB
672 lines

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.

Dependencies

~2.7–4.5MB
~84K SLoC