Could anyone give a template of OCaml custom tests, there is no resource on any websites for how to give custom tests, I basically need three components: Dune file, tests.ml, tests.expected. The expected output for inline tests is too long, so I want to do tests with the expected output in another file with the test execution script in one big file for multiple .ml files functions.
2 posts - 2 participants