Registry / testing / serial-test-derive

serial-test-derive

JSON →
library3.5.0rscratesunverified

Helper crate for serial_test providing derive macros for serial test execution.

# Cargo.toml [dependencies] serial_test_derive = "3.5.0"
INSTALL
IMPORT
SIG · SERIAL-TEST-DERIVE
S
serial-test-derive
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_derive::serial;

Marks a test to run serially (not in parallel with other serial tests).

use serial_test_derive::serial; #[serial] #[test] fn my_test() { 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
6 hits · last 30 days
node
6
Resources
serial-test-derive — cargo add serial-test-derive · libregistry