msz / hammox

🏝 automated contract testing via type checking for Elixir functions and mocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display behaviour and callback in errors

fuelen opened this issue · comments

It would be great if hammox reports the behaviour and callback which was used to verify values.
Modules are set in runtime, so it takes time to find the behaviour. This is not critical if you write the code which fails, so you know the context, but the situation is the different when you add a library to the existing project and have to fix a lot of errors.