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