phat icon indicating copy to clipboard operation
phat copied to clipboard

refactor testing code

Open agarwal opened this issue 10 years ago • 0 comments

All code related to tests is in one monolothic file. Improvements would be:

  • Create a test library. Move virtually all code there and follow corresponding design guide, e.g. provide mli, document every function, etc.
  • Make random generators an instance of Core's Quickcheck.Generator.t.

agarwal avatar Dec 14 '15 22:12 agarwal