Registry / testing / stainless

stainless

JSON →
library0.1.12rscratesunverified

Organized, flexible testing framework for Rust.

# Cargo.toml [dependencies] stainless = "0.1.12"
INSTALL
IMPORT
SIG · STAINLESS
S
stainless
testingrustv0.1.12
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.

describe
✓ use stainless::describe;

Define a test suite using stainless.

use stainless::describe; describe!("my_test" { it "should work" { assert_eq!(2 + 2, 4); } });
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.12latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
10
Amazon
1
Resources
stainless — cargo add stainless · libregistry