rgrinberg / opium

Sinatra like web toolkit for OCaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch test suite to ppx_expect

rgrinberg opened this issue · comments

This is a much more convenient library for writing tests.

ppx_expect would indeed be nice to have. I find expect tests a lot easier to write (if its easy i'll write more of them 😄 ), and easy to maintain as things evolve.