Registry / testing / datatest-stable

datatest-stable

JSON →
library0.3.3rscratesunverified

Data-driven tests that work on stable Rust.

# Cargo.toml [dependencies] datatest-stable = "0.3.3"
INSTALL
IMPORT
SIG · DATATEST-STABLE
D
datatest-stable
testingrustv0.3.3
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.

harness
use datatest_stable::harness;

Runs a test function for each data file in a directory.

use datatest_stable::harness; #[test] fn test_data() { harness(|path| { // Test logic using file at `path` Ok(()) }); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Resources
datatest-stable — cargo add datatest-stable · libregistry