pappersverk / inky

A library for managing Inky e-ink displays from Elixir.
Apache License 2.0
72 stars 11 forks source link

Replace custom mock hackery with Mox #21

Open nyaray opened 5 years ago

nyaray commented 5 years ago

See https://github.com/plataformatec/mox for more details and how-to info.

lawik commented 5 years ago

Do you mean the pluggable parts or do we mock something else in the tests?

nyaray commented 5 years ago

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.