Skip to content

Tags: rakyll/gotest

Tags

v0.0.7

Toggle v0.0.7's commit message
Fix the extra line in the output

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v0.0.5's commit message
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

Toggle v0.0.4's commit message
Fix the colors broken by #23

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix undefined c issue (#28)

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Forward OS signals to go test (#15)

v0.0.1

Toggle v0.0.1's commit message
Remove the vendor directory and the dep support

Also, add the missing go.sum.