mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
6 lines
240 B
Plaintext
6 lines
240 B
Plaintext
With meck you can easily mock modules in Erlang. You can also perform some
|
|
basic validations on the mocked modules, such as making sure no unexpected
|
|
exceptions occurred or looking at the call history.
|
|
|
|
WWW: https://github.com/eproxus/meck
|