;;;; tests/package.lisp ;;; We do NOT :use #:fiveam to avoid importing fiveam symbols into our ;;; package (which causes SBCL package-lock errors on some versions). ;;; Instead we prefix all fiveam calls with fiveam:. (defpackage #:mcias-client-tests (:use #:cl #:mcias-client) (:export #:run-all-tests))