Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.25 KB

Build Status Build status Go Report Card Coverage Status GoDoc

Go Test Helper

Helper for golang tests, no dependencies and easy to use. Great for testing algorithmic problems

Install and Usage

Install the package with

go get github.com/LuigiAndrea/test-helper

Import it with

import (
"github.com/LuigiAndrea/test-helper/assertions"
"github.com/LuigiAndrea/test-helper/messages"
)

Check GoPearls project to see test-helper package running in real scenario

See documentation for more details and examples