bytecurry.mocks

MIT

Tools to mock functions for unit tests

$ area51 add bytecurry.mocksCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(bytecurry.mocks:some-function ...)