Extend usage of automatic mocks where it's possible #1010
Labels
devex
Development experience improvement
enhancement
New feature or request
rust
Pull requests that update Rust code
We have a bunch different approaches to mocking system traits:
To unify it's proposed third approach via conditional automock macro. Benefits:
Note that historically we've seen compilation issues when attempting to
automock
some of our traits.Review the manually written mocks in the entire project and try to convert to
automock
what's convertible.The text was updated successfully, but these errors were encountered: