Registry / testing / ntest
library0.9.5rscratesunverified

Testing framework for Rust that enhances the built-in library with useful features like test timeouts and parametrized tests.

# Cargo.toml [dependencies] ntest = "0.9.5"
INSTALL
IMPORT
SIG · NTEST
N
ntest
testingrustv0.9.5
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
use ntest::timeout::test;

Example of a timed test using ntest's timeout attribute.

use ntest::timeout::test; #[test] #[timeout(100)] fn my_test() { assert_eq!(2 + 2, 4); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ntest — cargo add ntest · libregistry