Function: ert-pass

ert-pass is a byte-compiled function defined in ert.el.gz.

Signature

(ert-pass)

Documentation

Terminate the current test and mark it passed. Does not return.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert.el.gz
(defun ert-pass ()
  "Terminate the current test and mark it passed.  Does not return."
  (throw 'ert--pass nil))