Path to this page:
Subject: CVS commit: pkgsrc/devel/go-assert
From: Ryo ONODERA
Date: 2018-11-18 08:46:44
Message id: 20181118074644.1F6E1FB1F@cvs.NetBSD.org
Log Message:
devel/go-assert: import go-assert-0.0.0.20170929
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).
Files: