关于[Unit testing wai applications]的摘要:
I'm currently developing a REST API in Haskell using Servant, and I'd like to test the HTTP API as well as the functions that I use to compose it. The Servant documentation, as well as the servant Stack template, uses hspec to drive the tests.
原文地址: https://blog.ploeh.dk/2019/09/23/unit-testing-wai-applications/