Registry / testing / table-test

table-test

JSON →
library0.2.1rscratesunverified

Improve table testing in Rust.

# Cargo.toml [dependencies] table-test = "0.2.1"
INSTALL
IMPORT
SIG · TABLE-TEST
T
table-test
testingrustv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

table_test
use table_test::table_test;

Demonstrates table-driven testing with a list of test cases.

use table_test::table_test; fn main() { let cases = vec![ (1, 2, 3), (4, 5, 9), ]; for (a, b, expected) in cases { assert_eq!(a + b, expected); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
table-test — cargo add table-test · libregistry