simple-diff
simple-diff copied to clipboard
Help with writing tests
Hi there, @hannesm! I'm trying to ship my first ocaml package but getting stuck on the testing part. I want to write a test for Main.get_diff (I will rename the Main module to SimpleDiff later on).
I don't understand how to use Alcotest.(check type) and don't get what pp should be in Alcotest.TESTABLE. Here's what I have, so far (doesn't work):
https://github.com/gjaldon/simple_diff/blob/master/src_test/test.ml#L9
I still don't grok Fmt/Formatter so will need to read up more about that.