Function LIST-TESTS
Syntax:
list-tests &optional category => list
Arguments and Values:
category---a string
list---a list
list-tests returns a list of test descriptions; one each for all tests. The strings returned are in the form description/category, where description and category are those specified to deftest when the test is defined.
If the category is provided, only the tests from the specified category are listed.
See Also:
Notes: None.