Add some docstrings.
[cl-mock.git] / README.md
1 CL-MOCK - Mocking (generic) functions.
2
3 Copyright (C) 2013 Olof-Joachim Frahm
4
5 Release under a Simplified BSD license.
6
7 Working, but unfinished.
8
9 Should be portable thanks to [`CLOSER-MOP`][1].
10
11 Since it is pretty easy to just roll something like this on your own,
12 the main purpose is to develop a nice syntax (lispy, declarative) to
13 keep tests readable and maintainable.
14
15 Some parts may be used independently of the testing facilities,
16 e.g. dynamic `FLET` and method bindings with `PROGM` may be of general
17 interest.
18
19 [1]: http://common-lisp.net/project/closer/closer-mop.html