From 1827ce6ddda5f48fc5d7ba40dac5bdaebff4a1b1 Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Thu, 6 Jun 2013 22:50:38 +0200 Subject: [PATCH] Add README. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md 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 -- 1.7.10.4