emacs-el-mock 1.25.1
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.
- 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 emacs-el-mock 1.25.1
as follows:
guix install emacs-el-mock@1.25.1
Or install the latest version:
guix install emacs-el-mock
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.