eproxus / meck

A mocking library for Erlang
http://eproxus.github.io/meck
Apache License 2.0
813 stars 231 forks source link

Add helper function to mock modules #53

Closed eproxus closed 12 years ago

eproxus commented 12 years ago

Implement a helper function which does the call to meck itself. Make all generated mock functions use that helper function.

This will have several benefits: