interlockledger / go-testing-utils

Go library with some testing utilities used by the InterlockLedger team.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-testing-utils

Description

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

Dependencies

This project depends on the following packages:

  • github.com/stretchr/testify v1.8.1 or later;

License

This project is released under BSD 3-Clause License.

Contributions

About

Go library with some testing utilities used by the InterlockLedger team.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%