package webtest

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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.