/emacs-nette-tester

Emacs support for Nette Tester

Primary LanguageEmacs Lisp

nette-tester https://travis-ci.org/Fuco1/emacs-nette-tester.svg?branch=master

Emacs support for Nette Tester.

Features

Support for compilation mode

If you run tester in compilation-mode, for example by invoking C-u M-x compile command with something like

./vendor/bin/tester tests

the output will be parsed and references to files will be turned into clickable links. Also the line with the diff output will become clickable and will start an ediff session of expected vs actual test results.

Usage

Load this package and register nette-tester to compilation-error-regexp-alist:

(require 'emacs-nette-tester)
(push 'nette-tester compilation-error-regexp-alist)

That’s it!