Expand description
Supporting crate for test-fork
.
Modules§
- fork_
test - Support code for the
fork_test!
macro and similar.
Macros§
- fork_id
- Produce a hashable identifier unique to the particular macro invocation which is stable across processes of the same executable.
- fork_
test - Run Rust tests in subprocesses.
- fork_
test_ name - Given the unqualified name of a
#[test]
function, produce a&'static str
corresponding to the name of the test as filtered by the standard test harness.
Structs§
Functions§
- fork
- Simulate a process fork.