Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
I've been learning how to better organize unit test code in Rust and would like to introduce a test utils module containing common test helper functions. This code will use #[cfg(test)] to make sure it doesn't ship with the production code.
Attachments
Issue Links
- links to