./devel/go-assert, Go assertion library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q4, Version: 0.0.0.20170929nb2, Package name: go-assert-0.0.0.20170929nb2, Maintainer: pkgsrc-users

Go assertion library (fork of stretchr/testify/require)

This is a fork of stretchr's assertion library that does two things:

It makes spotting differences in equality much easier. It uses
repr and diffmatchpatch to display structural differences in
colour.

Aborts tests on first assertion failure (the same behaviour as
stretchr/testify/require).


Required to build:
[devel/go-isatty] [devel/go-colour] [devel/go-repr] [lang/go111] [pkgtools/cwrappers] [textproc/go-diff]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2019-02-08 13:03:20 by S.P.Zeidler | Files touched by this commit (141) | Package updated
Log message:
revbump go dependents after lang/go111 and lang/go110 updates