mocker-el 0.3.1-1 source package in Ubuntu

Changelog

mocker-el (0.3.1-1) unstable; urgency=medium

  * Initial release (Closes: #855454)

 -- Lev Lamberov <email address hidden>  Sat, 18 Feb 2017 18:12:40 +0500

Upload details

Uploaded by:
Debian Emacs addons team
Uploaded to:
Sid
Original maintainer:
Debian Emacs addons team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mocker-el_0.3.1-1.dsc 2.0 KiB 446bd4e6f2982e244fc9551a27de3735192d9ee2acf24b6600aa767f4fbbc050
mocker-el_0.3.1.orig.tar.gz 7.6 KiB f96f83ba4661090d0e5b655bff26d1c9777594a9853d3f418180ce90e706f94e
mocker-el_0.3.1-1.debian.tar.xz 2.0 KiB 394a8459c9bfa7f32fdaca7ecbec6ab578e5d4f7c6e26e51328e2d144cb4e3fc

No changes file available.

Binary packages built by this source

elpa-mocker: mocking framework for Emacs

 This package is helpful with testing Emacs Lisp code. Its single
 entry point (`mocker-let') provides an `let' like interface to
 defining mock objects. Actually, `mocker-let' is a wrapper around
 `flet', which can be seen as a way to manually generate mocks.