Skip to content

Commit b63ea9e

Browse files
committed
Document minor feature added in the previous commit.
1 parent 65fcdf9 commit b63ea9e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,6 +1394,18 @@ Example usage:
13941394
$ eldev test-ert
13951395
$ eldev ecukes basics.feature
13961396

1397+
It is also possible to specify filesets that limit test file selection
1398+
for each framework, using variables `eldev-test-FRAMEWORK-fileset`.
1399+
If you often use single-framework commands, these filesets can speed
1400+
up testing by not loading unneeded files. For example, if you have
1401+
ERT tests in one file called `ert.el` and a lot of files with
1402+
Buttercup tests, you could add this to file `Eldev`:
1403+
1404+
....
1405+
(setf eldev-test-ert-fileset "ert.el"
1406+
eldev-test-buttercup-fileset "!ert.el")
1407+
....
1408+
13971409
=== Loading test files
13981410

13991411
{since-0-5} There appears to be two common ways of using tests: 1)

0 commit comments

Comments
 (0)