subttle / regular

Finite Automata and Regular Expressions for Regular Languages in Haskell
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Testing Suite #3

Closed subttle closed 5 years ago

subttle commented 5 years ago

Easytest is available on https://www.stackage.org/lts but it has been a while since I have compared different testing suites, so it wouldn't hurt to look again before committing to one. That said, I have a lot of trust in Paul Chuisano to make great code, so I will most likely go with Easytest unless I discover there is something specifically I need which it is missing.

subttle commented 5 years ago

Also worth considering: https://github.com/JacquesCarette/GenCheck

subttle commented 5 years ago

Closing for now as I have started using EasyTest :) https://github.com/subttle/regular/commit/05dd4162c78171f2eec8a36b3f29980844a7a897

May reopen later if I need support for more algebraic property testing, etc. and decide I want to use something different.