Function: ert-stats-skipped
ert-stats-skipped is a byte-compiled function defined in ert.el.gz.
Signature
(ert-stats-skipped STATS)
Documentation
Number of tests in STATS that have skipped.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert.el.gz
(defun ert-stats-skipped (stats)
"Number of tests in STATS that have skipped."
(ert--stats-skipped stats))