Error: Unbound module Eio_mock

Is it possible to use Eio_mock to write inline tests? When I try to use it in my .ml file, I get the unbound module error. It works in fine in Utop.

It should work - make sure you depend on the eio.mock library.

Oh my, that was it. (Could have sworn that I already did that.)

Thanks, Mate!