Better tests organization, ASDF integration.
[cl-mock.git] / tests / package.lisp
index fe62325..0faeab1 100644 (file)
@@ -3,4 +3,5 @@
 (in-package #:cl-user)
 
 (defpackage #:cl-mock-tests
-  (:use #:cl #:cl-mock #:fiveam))
+  (:use #:cl #:cl-mock #:fiveam)
+  (:import-from #:cl-mock #:call-with-mocks #:progm #:make-mock-bindings #:if-called #:when-called))