Skip to content

helper for golang tests, no dependencies, easy to use

License

Notifications You must be signed in to change notification settings

LuigiAndrea/test-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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