Current state.
[cl-mock.git] / tests / package.lisp
index 0faeab1..5c47243 100644 (file)
@@ -1,7 +1,15 @@
 ;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8-unix; package: cl-user; -*-
 
 (in-package #:cl-user)
-
+\f
 (defpackage #:cl-mock-tests
   (:use #:cl #:cl-mock #:fiveam)
-  (:import-from #:cl-mock #:call-with-mocks #:progm #:make-mock-bindings #:if-called #:when-called))
+  (:import-from
+   #:cl-mock
+   #:call-with-mocks
+   #:progm
+   #:make-mock-bindings
+   #:if-called
+   #:when-called
+   #:call-previous
+   #:register-mock))