aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-03-20 09:50:17 -0500
committerColin Okay <okay@toyful.space>2022-03-20 09:50:17 -0500
commit57963f5512d31a5df5c5e14749c91adb0243d164 (patch)
treece1c666b57b2b3c592e196bc0f1bd18a32864074
parentb54ffac171e3b99cfc8756d4c28e00727f6ff128 (diff)
[doc] updated README
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4fd886b..3f27f87 100644
--- a/README.md
+++ b/README.md
@@ -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."