Overhaul and version bump.
[cl-mock.git] / tests / package.lisp
index 0faeab1..dd74ae4 100644 (file)
@@ -1,7 +1,14 @@
-;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8-unix; package: cl-user; -*-
+;; -*- 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
+                #:with-mocks
+                #:progm
+                #:if-called
+                #:when-called
+                #:call-previous
+                #:register-mock))