Function: !

Documentation

Rerun the most recently run test and explain the results.

Source

(defun ! () 
  "Rerun the most recently run test and explain the results."
  (explain! (funcall *!*)))
Source Context