sirikid / exunit.el

Emacs ExUnit test runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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-all-in-umbrella Run all the tests in the current umbrella project
exunit-verify Run all the tests in the current buffer, or the test file corresponding to the current buffer
exunit-verify-single Run the test under the point
exunit-rerun Re-run the last test invocation
exunit-toggle-file-and-test Toggle between a file and its tests in the current window
exunit-toggle-file-and-test-other-window Toggle between a file and its tests in other window

screenshot

About

Emacs ExUnit test runner


Languages

Language:Emacs Lisp 100.0%