erlang-meck 0.8.2+dfsg-1 source package in Ubuntu

Changelog

erlang-meck (0.8.2+dfsg-1) unstable; urgency=medium


  * New upstream release. (Closes: #747934)

 -- Nobuhiro Iwamatsu <email address hidden>  Wed, 21 May 2014 16:07:10 +0900

Upload details

Uploaded by:
LeoFS maintainers team
Uploaded to:
Sid
Original maintainer:
LeoFS maintainers team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
erlang-meck_0.8.2+dfsg-1.dsc 2.0 KiB 30bffb4f6da1f517abcb3088e3bfbd6386918d11a497bd083a9d5b9724eeebca
erlang-meck_0.8.2+dfsg.orig.tar.gz 37.7 KiB 00fbe07d22096f82d852ebc0313be3fcb727ad594da1d057549cfc5a671d1856
erlang-meck_0.8.2+dfsg-1.debian.tar.xz 2.0 KiB 17f803206b2f82fb1545bbce7388f3704a7e3546d700aa99ffc9d362d933c429

Available diffs

No changes file available.

Binary packages built by this source

erlang-meck: mocking library for Erlang

 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.