We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2aadd commit d375bf3Copy full SHA for d375bf3
README.org
@@ -2,6 +2,22 @@
2
3
Emacs support for [[https://github.com/nette/tester][Nette Tester]].
4
5
+* Features
6
+
7
+*** Support for compilation mode
8
9
+If you run tester in compilation-mode, for example by invoking =C-u M-x
10
+compile= command with something like
11
12
+#+BEGIN_SRC sh
13
+./vendor/bin/tester tests
14
+#+END_SRC
15
16
+the output will be parsed and references to files will be turned into
17
+clickable links. Also the line with the diff output will become
18
+clickable and will start an ediff session of expected vs actual test
19
+results.
20
21
* Usage
22
23
Load this package and register =nette-tester= to =compilation-error-regexp-alist=:
0 commit comments