DEV Community

Discussion on: Mocking in Elixir: Comparison between Mox, Mockery, Mimic, Syringe, and Lightweight DI

Collapse
 
stephanos profile image
Stephan Behnke

This might be of interest to readers: I developed a new dependency injection library, rewire, to allow you to inject any mock you like into the module under test. It requires zero changes to your production code. Check it out: github.com/stephanos/rewire