elpa-ert-expectations

very simple unit test framework for Emacs Lisp
  https://www.emacswiki.org/emacs/download/ert-expectations.el
  0
  no reviews



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.