Function: RUN!

Documentation

Equivalent to (explain (run TEST-SPEC)).

Source

(defun run! (&optional (test-spec *suite*))
  "Equivalent to (explain (run TEST-SPEC))."
  (explain! (run test-spec)))
Source Context