diff options
Diffstat (limited to 'devel/erlang-meck/pkg-descr')
-rw-r--r-- | devel/erlang-meck/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/erlang-meck/pkg-descr b/devel/erlang-meck/pkg-descr new file mode 100644 index 00000000000..a0d433cedf8 --- /dev/null +++ b/devel/erlang-meck/pkg-descr @@ -0,0 +1,5 @@ +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 |