mock
Configurable functions to test impure code
Description
This package provides "mocks", fake functions that can be configured to return values or raise exception. 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:
expected f to be called once, but it was called 3 times
A wrapper for OUnit2
is available as mock-ounit
.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 16 Mar 2018
- Authors
- Maintainers
Sources
Dependencies
Reverse Dependencies