serial_test_derive
serial_test_derive
allows for the creation of serialised Rust tests using the serial attribute
e.g.
Multiple tests with the serial attribute are guaranteed to be executed in serial. Ordering of the tests is not guaranteed however