eproxus / meck

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

Document the caveat with mocking module-local calls. #145

Closed bpuzon closed 9 years ago

bpuzon commented 9 years ago

Expectations set for a function do not apply to local invocations of that function. This may not be obvious for first-time users

eproxus commented 9 years ago

Perfect, thanks!