Crate serial_test_derive

source ·
Expand description

§serial_test_derive

Helper crate for serial_test

Attribute Macros§

  • file_parallelfile_locks
    Allows for the creation of file-serialised parallel Rust tests that won’t clash with file-serialised serial tests
  • file_serialfile_locks
    Allows for the creation of file-serialised Rust tests
  • Allows for the creation of parallel Rust tests that won’t clash with serial tests
  • Allows for the creation of serialised Rust tests