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.
- Versions: 1.25.1
- Website: https://github.com/rejeep/el-mock.el
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
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.