mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
* lisp/emacs-lisp/ert.el (ert-select-tests): Document new error.
This commit is contained in:
parent
097452efbc
commit
d0974e294d
1 changed files with 2 additions and 1 deletions
|
|
@ -950,7 +950,8 @@ t -- Selects UNIVERSE.
|
||||||
:expected, :unexpected -- Select tests according to their most recent result.
|
:expected, :unexpected -- Select tests according to their most recent result.
|
||||||
a string -- A regular expression selecting all tests with matching names.
|
a string -- A regular expression selecting all tests with matching names.
|
||||||
a test -- (i.e., an object of the ert-test data-type) Selects that test.
|
a test -- (i.e., an object of the ert-test data-type) Selects that test.
|
||||||
a symbol -- Selects the test that the symbol names, errors if none.
|
a symbol -- Selects the test that the symbol names, signals an
|
||||||
|
`ert-test-unbound' error if none.
|
||||||
\(member TESTS...) -- Selects the elements of TESTS, a list of tests
|
\(member TESTS...) -- Selects the elements of TESTS, a list of tests
|
||||||
or symbols naming tests.
|
or symbols naming tests.
|
||||||
\(eql TEST) -- Selects TEST, a test or a symbol naming a test.
|
\(eql TEST) -- Selects TEST, a test or a symbol naming a test.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue