From 7859d0fe7249acc97e0321849a7b1acbcefbc1ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 13 Jan 2021 21:58:22 +0100 Subject: Add commentary to all test files. --- tests/web-server.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/web-server.scm') diff --git a/tests/web-server.scm b/tests/web-server.scm index 6b315319..bce05d0e 100644 --- a/tests/web-server.scm +++ b/tests/web-server.scm @@ -1,3 +1,8 @@ +;;; Commentary: +;; Checks that HTTP server can start correctly, and that at least some +;; endpoints return correct information. +;;; Code: + (((calp server routes) make-make-routes) ((web server) run-server) ((ice-9 threads) call-with-new-thread cancel-thread) -- cgit v1.2.3