Skip to content

suite.lisp - list-all-suites is ill-defined #101

@homedirectory

Description

@homedirectory

The following function is defined in src/suite.lisp:

(defun list-all-suites ()
  "Returns an unordered LIST of all suites."
  (hash-table-values *suite*))

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions