Crates.io | tensile |
lib.rs | tensile |
version | 0.7.0 |
source | src |
created_at | 2017-12-01 23:11:21.515297 |
updated_at | 2021-10-01 19:04:28.660862 |
description | A test framework capable of dynamic and parallel test execution |
homepage | |
repository | https://github.com/Marwes/tensile |
max_upload_size | |
id | 41279 |
size | 23,549 |
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.