elpa-mocker

mocking framework for Emacs
  https://github.com/sigma/mocker.el
  0
  no reviews



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.