Open homedirectory opened 1 year ago
Aha! I found https://github.com/lispci/fiveam/pull/4, and it seems that variable *suites*
had been introduced previously, and used in list-all-suites
. However, the associated commit no longer belongs to any existing branch's history, so I guess it was removed later.
The following function is defined in
src/suite.lisp
:The problem with it is that variable
*suite*
is not used to store a hash table of all suites, but the current test suite object. Fortunately, this function is not used anywhere at the moment, and the corresponding symbol is not even exported.Perhaps,
*toplevel-suites*
was intented to be used?