I think Maxwell should provide a module similar to Plug.Test to help with mocking response from Maxwell.
To mock response involves updating state, setting up status, setting up content-type etc, which is not a trivial job. And mocking a file response would be even harder.
So, IMHO, providing a module to deal with those subtle details will definitely help.
I think Maxwell should provide a module similar to
Plug.Testto help with mocking response from Maxwell.To mock response involves updating state, setting up status, setting up content-type etc, which is not a trivial job. And mocking a file response would be even harder.
So, IMHO, providing a module to deal with those subtle details will definitely help.