Difference between revisions of "Unit testing"

From WikEmacs
Jump to navigation Jump to search
(Created page with "ERT is the unit test framework for developing Emacs lisp code. It is included as part of Emacs-24.1.")
 
(→‎External links: rm emacswiki references)
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
ERT is the unit test framework for developing Emacs lisp code. It is included as part of Emacs-24.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 ===
 +
 
 +
el-expectations.el
 +
 
 +
ETest (Emacs Testing Framework)
 +
 
 +
ecukes
 +
 
 +
=== Others ===
 +
 
 +
El4r
 +
 
 +
Emtest
 +
 
 +
test.el
 +
 
 +
unit-test.el

Revision as of 10:44, 17 May 2017

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