/exunit.el

Emacs ExUnit test runner

Primary LanguageEmacs Lisp

exunit

MELPA

Provides commands to run ExUnit tests. The output is syntax highlighted and stacktraces are navigatable.

Commands

Name Description
exunit-verify-all Run all the tests in the current project
exunit-verify Run all the tests in the current buffer
exunit-verify-single Run the test under the point
exunit-rerun Re-run the last test invocation

screenshot