X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpackages.lisp;h=d88006941703f922351211f249be63fecb7f4151;hb=bdbb83cf3847669c0e929e4292a25e2d48fa9f81;hp=2847810099184741b197a050f12831b82ec1e06b;hpb=5aa49ffbda2a15f5794da02bd59679c3cbc34ee6;p=fiveam.git diff --git a/src/packages.lisp b/src/packages.lisp index 2847810..d880069 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -46,6 +46,10 @@ #:pass #:fail #:*test-dribble* + #:for-all + #:gen-integer + #:gen-string + #:gen-character ;; running tests #:run #:run-all-tests @@ -54,7 +58,9 @@ #:! #:!! #:!!! - #:*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