/emacs-test-simple

Unit tests for GNU emacs that work interactively and in batch

Primary LanguageEmacs LispGNU General Public License v2.0GPL-2.0

test-simple.el is intended to be:

  • Simple — no need for contexts, specifications, or test tags. But if you want, you still can add custom assert failure messages or add notes before a group of tests.
  • Facilitate interactive use with eval-last-sexp, eval-region, and eval-buffer
  • Allow running non-interactively batch use over a number of test files

I use this my Debugger front-end https://github.com/rocky/emacs-dbgr

To be continued….