Function: hypb-ert-run-all-tests

hypb-ert-run-all-tests is an interactive and byte-compiled function defined in hypb-ert.el.

Signature

(hypb-ert-run-all-tests)

Documentation

Run every Hyperbole ert test.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hypb-ert.el
(defun hypb-ert-run-all-tests ()
  "Run every Hyperbole ert test."
  (interactive)
  (hypb-ert-require-libraries)
  (hypb-ert t))