Replace custom mock hackery with Mox
Opened this issue · 2 comments
nyaray commented
See https://github.com/plataformatec/mox for more details and how-to info.
lawik commented
Do you mean the pluggable parts or do we mock something else in the tests?
nyaray commented
The former.
To clarify, I think that TestHAL
and TestIO
probably should be migrated to being Mox-based instead, in order to not use something I whipped together in a weekend 😬, hehe.