elixir_mock icon indicating copy to clipboard operation
elixir_mock copied to clipboard

Allow defmock_of to specify the module name

Open mpalmer opened this issue 4 years ago • 0 comments

Random module name generation is all fine and dandy, until you want to, say, configure your entire application to use the mock implementation. Then it's useful to be able to specify an atom to define the module with a real, stable name.

mpalmer avatar Oct 09 '21 05:10 mpalmer