GitXplorerGitXplorer
j

tester

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
fd2332449f5189934db9b12ae46bd45c2de04522

initial

jjulian7 committed 6 years ago

README

The README file for this repository.

tester

Light-weight tester library for go

Rationale

There are a number of good features in go's standard testing library. However, sometimes all we need is just a little extra. Not a "boiling-the-ocean"-style testing libraries, but a simple one with just a handful of features. Hopefully the ones just we need.

Goals

Apart from having just a handful of assertions, I plan to add items with a high chance of frequent usage.

Contribute

Open a ticket, perhaps a pull request. We support GitHub Flow. You might want to fork this project first.

Please include documentation and tests for any new code.