Skip to content

Tags: ccarstens/test

Tags

v1.8.0

Toggle v1.8.0's commit message
skip: introduce a skip package with utilities for skipping test cases

v1.7.2

Toggle v1.7.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
generate must variant

v1.7.1

Toggle v1.7.1's commit message
readme: tweak language

v1.7.0

Toggle v1.7.0's commit message
repo: update readme about 1.7.0

v0.6.7

Toggle v0.6.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
test: add assertion for Close (shoenig#138)

Add an assertion for calling .Close() and ensuring no error is returned.

v0.6.6

Toggle v0.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bugfix: SliceContainsAll should pass cmp.Option to SliceContainsSubset (

shoenig#137)

* SliceContainsAll should pass cmp.Option
to SliceContainsSubset

* remove unnecessary newline

v0.6.5

Toggle v0.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: finish up examples (shoenig#136)

v0.6.4

Toggle v0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix `FileNotExist` func (shoenig#119)

* fix FileNotExist on abs path

* run generate

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build: add generate step to makefile (shoenig#116)

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
slices: make EqSliceFunc more flexible on types (shoenig#108)

This PR makes EqSliceFunc accept slices of two different types that
are then compared by the supplied comparator - which accepts one of
each type.