factor/basis/http/server/server-tests.factor

5 lines
151 B
Factor

USING: http http.server math sequences continuations tools.test ;
IN: http.server.tests
[ t ] [ [ \ + first ] [ <500> ] recover response? ] unit-test