Suppose I have a GenServer that calls a callback module implementing some behaviour.
I want to test that my GenServer does the right thing when the module does not return expected values. But hammox will not let me badly implement a behaviour.
Is there a way to opt-out type checking for a mock ?