X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpackages.lisp;h=0267a03d499d332c9bd560085249fd380eed5e88;hb=8e2b8ea5671d45cd1b3efdd037af289200e6e0a8;hp=c8f8cb20753d404cf92ec37440774fc789f4fa3a;hpb=3074223314aa4655a09fb0654c83563782e6e7d2;p=fiveam.git diff --git a/src/packages.lisp b/src/packages.lisp index c8f8cb2..0267a03 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -19,7 +19,7 @@ (defpackage :it.bese.FiveAM (:use :common-lisp :it.bese.arnesi) - (:nicknames :5am) + (:nicknames :5am :fiveam) (:export ;; creating tests and test-suites #:make-suite #:def-suite @@ -62,13 +62,15 @@ #:explain #:explain! #:run! + #:debug! #:! #:!! #:!!! #:*run-test-when-defined* #:*debug-on-error* #:*debug-on-failure* - #:*verbose-failures*)) + #:*verbose-failures* + #:results-status)) ;;;; 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