Skip to content

Commit d375bf3

Browse files
committed
Add list of features to readme
1 parent 6e2aadd commit d375bf3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.org

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
Emacs support for [[https://github.com/nette/tester][Nette Tester]].
44

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+
521
* Usage
622

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

0 commit comments

Comments
 (0)