This package browser is in early development. Mind the rough edges.

emacs-el-mock

Tiny mock and stub framework in Emacs Lisp

Emacs Lisp Mock is a library for mocking and stubbing using readable syntax. Most commonly Emacs Lisp Mock is used in conjunction with Emacs Lisp Expectations, but it can be used in other contexts.

Installation

Install the latest version of emacs-el-mock as follows:

guix install emacs-el-mock

Or install a particular version:

guix install emacs-el-mock@1.25.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.