Skip to content

emacs-php/emacs-nette-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Emacs support for Nette Tester

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published