Method: (%RUN SYMBOL)

Source

(defmethod %run ((test-name symbol))
  (when-bind test (get-test test-name)
    (%run test)))
Source Context