emacs-mocker 0.5.0
Mocking framework for Emacs Lisp
Mocker.el is a framework for writing tests in Emacs Lisp. It uses regular Lisp rather than a domain specific language (DSL), which maximizes flexibility (at the expense of conciseness).
- Outputs:
out
- Website: https://github.com/sigma/mocker.el
- Licenses: GPL 2+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-mocker 0.5.0
as follows:
guix install emacs-mocker@0.5.0
Or install the latest version:
guix install emacs-mocker
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.