Registry / testing / tester

tester

JSON →
library0.9.1rscratesunverified

A fork of Rust’s `test` crate that doesn’t require unstable language features.

# Cargo.toml [dependencies] tester = "0.9.1"
INSTALL
IMPORT
SIG · TESTER
T
tester
testingrustv0.9.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.

test_main
use tester::test_main;

Run tests with a stable Rust compiler.

use tester::test_main; fn main() { let args: Vec<String> = std::env::args().collect(); test_main(&args); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
tester — cargo add tester · libregistry