Package: wnpp Owner: Lev Lamberov <dogs...@debian.org> Severity: wishlist
* Package name : ert-expectations-el Version : 0.2 Upstream Author : rubikitch <rubiki...@ruby-lang.org> * URL or Web page : https://www.emacswiki.org/emacs/download/ert-expectations.el * License : GPL-3+ Programming Lang: Emacs Lisp Description : very simple unit test framework for Emacs Lisp The package provides a very simple unit test framework using `ert'. It is thought to be a successor of el-expectations. With Emacs Lisp Mock, `el-mock.el', Emacs Lisp Expectations supports mock and stub (behavior-based testing). The package uses `ert' feature to display test result, so it is quite easy to understand why a test failed.