Registry / testing / datadriven

datadriven

JSON →
library0.9.0rscratesunverified

A Rust library for rewritable table-driven testing, allowing test cases to be updated automatically.

# Cargo.toml [dependencies] datadriven = "0.9.0"
INSTALL
IMPORT
SIG · DATADRIVEN
D
datadriven
testingrustv0.9.0
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.

walk
✓ use datadriven::walk;

Basic usage of datadriven to walk test files.

use datadriven::walk; fn main() { walk("tests/", |f| { // test logic }); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
datadriven — cargo add datadriven · libregistry