;; Tests Clack.Handler.Hunchentoot.
(clack.test.suite:run-server-tests :hunchentoot)
;; Tests one test.
(clack.test.suite:run-server-tests :hunchentoot '|% double encoding in PATH-INFO|) Clack.Test.Suite is a test suite to test a new Clack server implementation. It automatically loads a new handler environment and uses Drakma to send HTTP requests to the local server to make sure your handler implements the Clack specification correctly.
Your Lisp have to support multi-thread to run these tests.
Eitarow Fukamachi (e.arrows@gmail.com)
Run tests for clack.handler. Handler name is a keyword and doesn't include the clack.handler prefix. For example, if you have a handler `clack.handler.foo`, you would call like this: `(run-server-tests :foo)`.