Add function list-all-suites
[fiveam.git] / t / tests.lisp
index 6bef836..0b95b8c 100644 (file)
   (for-all (((a b) (dummy-mv-generator)))
     (is (= 1 a))
     (is (= 1 b))))
+
+(def-test introspection ()
+  (is (= (length (list-all-suites))
+         (hash-table-count *suites*))))
\ No newline at end of file