File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments