Initial version of random testing
[fiveam.git] / src / packages.lisp
index 1220a78..d880069 100644 (file)
           #:pass
           #:fail
           #:*test-dribble*
+           #:for-all
+           #:gen-integer
+           #:gen-string
+           #:gen-character
           ;; running tests
            #:run
            #:run-all-tests
            #:!
            #:!!
            #:!!!
-          #:*debug-on-error*))
+          #:*debug-on-error*
+           #:*debug-on-failure*
+           #:*verbose-failures*))
+
+;;;; You can use #+5am to put your test-defining code inline with your
+;;;; other code - and not require people to have fiveam to run your
+;;;; package.
 
-;;;; You can use #+fiveam() to put your test-defining code
-;;;; inline with your other code - and not require people to
-;;;; have fiveam to run your package.
 (pushnew :5am *features*)
 
 ;;;;@include "check.lisp"