Function: ert-results-describe-test-at-point

ert-results-describe-test-at-point is an interactive and byte-compiled function defined in ert.el.gz.

Signature

(ert-results-describe-test-at-point)

Documentation

Display the documentation of the test at point.

To be used in the ERT results buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert.el.gz
(defun ert-results-describe-test-at-point ()
  "Display the documentation of the test at point.

To be used in the ERT results buffer."
  (interactive nil ert-results-mode)
  (ert-describe-test (ert--results-test-at-point-no-redefinition t)))