eproxus / meck

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

Add meck:expects/1,2 #187

Closed elbrujohalcon closed 6 years ago

elbrujohalcon commented 6 years ago

Add new functions to list the mocked functions of a module.

eproxus commented 6 years ago

Looks very good. Can you squash everything to one commit?

elbrujohalcon commented 6 years ago

Thanks!! You know can squash them yourself with the Squash & Merge button here? In any case, if you still prefer us to squash it for you, let me know.

eproxus commented 6 years ago

I can, but I'm not sure if it will keep you as an author then?

elbrujohalcon commented 6 years ago

That doesn't matter to me at all.

eproxus commented 6 years ago

Alright, author was kept 😄 Thanks for the PR!