Function: smart-ert-results-assist

smart-ert-results-assist is a byte-compiled function defined in hui-mouse.el.

Signature

(smart-ert-results-assist STATUS-SYMBOL)

Documentation

Display help documentation for the ert-results-mode test at point, if any.

Trigger an error if there is no test result at or before point.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-mouse.el
(defun smart-ert-results-assist (_status-symbol)
  "Display help documentation for the `ert-results-mode' test at point, if any.
Trigger an error if there is no test result at or before point."
  (ert-results-describe-test-at-point))