jeudi 30 avril 2015

Mock filesystem in ocaml

I am writing code that creates a folder/file structure in ocaml, and I want to write some tests for it. I'd like to not have to create and delete files each time the tests are run, since they cna be run many times.

What would be the best way to go to mock filesystem? I'd be open to have a filesystem in memory or just mock up functions.

Aucun commentaire:

Enregistrer un commentaire