Tags: ccarstens/test
Tags
test: add assertion for Close (shoenig#138) Add an assertion for calling .Close() and ensuring no error is returned.
bugfix: SliceContainsAll should pass cmp.Option to SliceContainsSubset ( shoenig#137) * SliceContainsAll should pass cmp.Option to SliceContainsSubset * remove unnecessary newline
Fix `FileNotExist` func (shoenig#119) * fix FileNotExist on abs path * run generate
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.
PreviousNext