From: Olof-Joachim Frahm Date: Thu, 6 Jun 2013 20:50:38 +0000 (+0200) Subject: Add README. X-Git-Tag: 1.0.0~15 X-Git-Url: http://repo.macrolet.net/gitweb/?p=cl-mock.git;a=commitdiff_plain;h=1827ce6ddda5f48fc5d7ba40dac5bdaebff4a1b1 Add README. --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..b2a2543 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +CL-MOCK - Mocking (generic) functions. + +Copyright (C) 2013 Olof-Joachim Frahm + +Release under a Simplified BSD license. + +Working, but unfinished. + +Should be portable thanks to [`CLOSER-MOP`][1]. + +Since it is pretty easy to just roll something like this on your own, +the main purpose is to develop a nice syntax (lispy, declarative) to +keep tests readable and maintainable. + +Some parts may be used independently of the testing facilities, +e.g. dynamic `FLET` and method bindings with `PROGM` may be of general +interest. + +[1]: http://common-lisp.net/project/closer/closer-mop.html