Registry / testing / serial-test

serial-test

JSON →
library3.5.0rscratesunverified

Allows for the creation of serialised Rust tests by running them sequentially.

# Cargo.toml [dependencies] serial_test = "3.5.0"
INSTALL
IMPORT
SIG · SERIAL-TEST
S
serial-test
testingrustv3.5.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.

serial
use serial_test::serial;

Mark a test with #[serial] to ensure it runs sequentially with other serial tests.

use serial_test::serial; #[test] #[serial] fn test_one() { assert_eq!(2 + 2, 4); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
serial-test — cargo add serial-test · libregistry