package mock

  1. Overview
  2. Docs
Configurable functions to test impure code

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.1.tar.gz
md5=582b08650d480a1773a70169b942992c
sha512=1c86066859534c2900a95659f3be299e8646ae1240f796f5d4c579370ede39db19e103945a366c2c316d46459cb17d99ac85fe340b74d1bbc1646e1e20ab857a

Description

This package provides "mocks", fake functions that can be configured to return values or raise exceptions. It is possible to inspect their arguments after their execution. The API is greatly inspired by unittest.mock in Python.

Published: 11 Feb 2020

README

Mock - configurable functions to test impure code

This package provides "mocks", fake functions that can be configured to return values or raise exceptions. It is possible to inspect their arguments after their execution. The API is greatly inspired by unittest.mock in Python.

There is no magic under the hood, it is "just" a reference to a function, but it makes it possible to have pleasant output like this in your tests:

A wrapper for OUnit2 is available as mock-ounit.

Dependencies (2)

  1. ocaml >= "4.04.0" & < "5.0"
  2. dune

Dev Dependencies

None

Used by (1)

  1. mock-ounit

Conflicts

None