Difference between revisions of "Unit testing"
Jump to navigation
Jump to search
PhilHudson (talk | contribs) m |
(→Behavior Driven Development: add emacs-buttercup) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | == Frameworks == | |
| − | [[ | + | === Included with Emacs === |
| + | |||
| + | [[Ert]] - Ert is the unit test framework for developing Emacs lisp code. | ||
| + | |||
| + | === xUnit-like === | ||
| + | |||
| + | ElkTest | ||
| + | |||
| + | ElUnit | ||
| + | |||
| + | test-simple.el | ||
| + | |||
| + | === Behavior Driven Development === | ||
| + | |||
| + | [https://github.com/jorgenschaefer/emacs-buttercup emacs-buttercup] | ||
| + | |||
| + | el-expectations.el | ||
| + | |||
| + | ETest (Emacs Testing Framework) | ||
| + | |||
| + | ecukes | ||
| + | |||
| + | === Others === | ||
| + | |||
| + | El4r | ||
| + | |||
| + | Emtest | ||
| + | |||
| + | test.el | ||
| + | |||
| + | unit-test.el | ||
Latest revision as of 14:53, 10 January 2019
Frameworks
Included with Emacs
Ert - Ert is the unit test framework for developing Emacs lisp code.
xUnit-like
ElkTest
ElUnit
test-simple.el
Behavior Driven Development
el-expectations.el
ETest (Emacs Testing Framework)
ecukes
Others
El4r
Emtest
test.el
unit-test.el