Skip to content

Releases: rakyll/gotest

v0.0.6

24 Apr 05:55
70b1936
Compare
Choose a tag to compare
Better dummy for test and better demo example for demonstration and d…

…ocumentation (#24)

* Added better example based on a new dummy demonstrating pass, fail and skip - instead of a real module, which currenly passes all tests, hence making it useless as a demo and a testing dummy

* Updated README.md

Updated with explicit link to commit

Co-authored-by: Connor <subtlepseudonym@gmail.com>

* Changed URL to point to the tag instead of the commit as suggested

Co-authored-by: Connor <subtlepseudonym@gmail.com>

v0.0.5

29 Jun 17:15
Compare
Choose a tag to compare
Switch to GOTEST_SKIPNOTESTS instead of the -skipnotest

Filtering out the flags and arguments are making it harder to maintain
the tool and we don't have comphensive testing to capture all the
significant failure modes. Switching to an environment variable.

v0.0.4

08 Jun 01:31
Compare
Choose a tag to compare
Fix the colors broken by #23

v0.0.3

08 Jun 01:21
d29163f
Compare
Choose a tag to compare
Fix undefined c issue (#28)

v0.0.2

07 Jun 20:34
b45cfa3
Compare
Choose a tag to compare
Forward OS signals to go test (#15)

v0.0.1

05 Jun 21:32
Compare
Choose a tag to compare
Remove the vendor directory and the dep support

Also, add the missing go.sum.