Function: ert-stats-total
ert-stats-total is a byte-compiled function defined in ert.el.gz.
Signature
(ert-stats-total STATS)
Documentation
Number of tests in STATS, regardless of whether they have run yet.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert.el.gz
(defun ert-stats-total (stats)
"Number of tests in STATS, regardless of whether they have run yet."
(length (ert--stats-tests stats)))