Function: ert--test-buffer-button-action

ert--test-buffer-button-action is a byte-compiled function defined in ert-x.el.gz.

Signature

(ert--test-buffer-button-action BUTTON)

Documentation

Pop to the test buffer that BUTTON is associated with.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert-x.el.gz
(defun ert--test-buffer-button-action (button)
  "Pop to the test buffer that BUTTON is associated with."
  (pop-to-buffer (button-get button 'ert--test-buffer)))