aboutsummaryrefslogtreecommitdiff
path: root/tests/test/server.scm (unfollow)
Commit message (Collapse)Author
2022-07-07Various test cleanups.Hugo Hörnquist
2022-06-13Remove custom let*.Hugo Hörnquist
While it was nice, the most important part was the multi-valued let from srfi-71 (which is implemented in srfi-71)). The minor pattern matching structures could often be replaced with car+cdr, or a propper match.
2022-03-07Add new tests.Hugo Hörnquist
2022-01-31Move stuff from calp/util to hnh/util.Hugo Hörnquist
This is the first (major) step in splitting the generally useful items into its own library.
2021-01-13Fix broken test.Hugo Hörnquist
2021-01-13Add additional parse-endpoint-string tests.Hugo Hörnquist
2021-01-13Add commentary to all test files.Hugo Hörnquist
2020-08-17Split module/server into stuff.Hugo Hörnquist
2019-12-30Reworked tests.Hugo Hörnquist
2019-05-22Large work on server software.Hugo Hörnquist