diff options
author | Colin Okay <okay@toyful.space> | 2022-03-20 09:50:17 -0500 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-03-20 09:50:17 -0500 |
commit | 57963f5512d31a5df5c5e14749c91adb0243d164 (patch) | |
tree | ce1c666b57b2b3c592e196bc0f1bd18a32864074 | |
parent | b54ffac171e3b99cfc8756d4c28e00727f6ff128 (diff) |
[doc] updated README
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -122,6 +122,10 @@ define just about any kind of test. In the following, you use `with-stubs` to mock a function that makes an http request and returns a string. +It is assumed that `make-drakma-request` is defined somewhere else and +performs some network IO. It is stubbed here so that we do not need to +actually access the network. + (defun test-url-word-counter () "Stub the function that makes requests that word-counter uses, and then test word counter." |