Expand description
§serial_test_derive
Helper crate for serial_test
Attribute Macros§
- file_
parallel file_locks
- Allows for the creation of file-serialised parallel Rust tests that won’t clash with file-serialised serial tests
- file_
serial file_locks
- Allows for the creation of file-serialised Rust tests
- parallel
- Allows for the creation of parallel Rust tests that won’t clash with serial tests
- serial
- Allows for the creation of serialised Rust tests