From 57963f5512d31a5df5c5e14749c91adb0243d164 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 20 Mar 2022 09:50:17 -0500 Subject: [doc] updated README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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." -- cgit v1.2.3