module Webtest: sig .. end
Dependency-free library for creating and running tests.
module Suite: sig .. end
Types and functions for creating and structuring unit test suites.
module Zipper: sig .. end
A zipper implementation based on
Suite.t, which
represents the current location in the tree as well as the path used to
reach the current location from the root.
module Utils: sig .. end
Types and functions for running unit tests.