Variable: *SUITE*

Documentation

The current test suite object

Source

(defvar *suite* (setf (get-test 'NIL)
		      (make-suite 'NIL :description "Global Suite"))
  "The current test suite object")
Source Context