inhabitedtype / ocaml-webmachine

A REST toolkit for OCaml
Other
221 stars 31 forks source link

Finishing porting Erlang tests #13

Open seliopou opened 9 years ago

seliopou commented 9 years ago

The decision diagram tests in lib_test/test_logic.ml contain commented out tests from the Erlang project. Some will not be applicable to the OCaml version, in which case they should be deleted from the file. However the majority of them should be ported over to OCaml and become part of the test suite.

tmcgilchrist commented 9 years ago

The 2 Haskell implementations have tests of varying quality that might be interesting to look at;
webcrank.hs and airship.

tmcgilchrist commented 8 years ago

I'm working on converting the tests and implementing some of the missing parts here. It's not quite ready yet.