Function: ert--test-name-button-action
ert--test-name-button-action is a byte-compiled function defined in
ert.el.gz.
Signature
(ert--test-name-button-action BUTTON)
Documentation
Find the definition of the test BUTTON belongs to, in another window.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert.el.gz
(defun ert--test-name-button-action (button)
"Find the definition of the test BUTTON belongs to, in another window."
(let ((name (button-get button 'ert-test-name)))
(ert-find-test-other-window name)))