IL2 testing-utils is a small library used to provide testing utilities used by the InterlockLedger team to write unit-tests.
It contains the implementation of some types and functions devoted to simulate errors and mock the behavior of some components of the Go standard library.
The tools added to this library
This project depends on the following packages:
- github.com/stretchr/testify v1.8.1 or later;
This project is released under BSD 3-Clause License.