Function: helpful--make-run-test-button

helpful--make-run-test-button is a byte-compiled function defined in helpful.el.

Signature

(helpful--make-run-test-button SYM)

Documentation

Make an ERT test button for SYM.

Source Code

;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defun helpful--make-run-test-button (sym)
  "Make an ERT test button for SYM."
  (helpful--button
   "Run test"
   'helpful-run-test-button
   'symbol sym))