[pkg-go] Bug#879747: ITP: golang-github-alecthomas-assert -- Fork of Go stretchr/testify/assert that uses FailNow()
Anthony Fok
foka at debian.org
Wed Oct 25 10:03:07 UTC 2017
Package: wnpp
Severity: wishlist
Owner: Anthony Fok <foka at debian.org>
* Package name : golang-github-alecthomas-assert
Version : 0.0~git20170929.405dbfe-1
Upstream Author : Alec Thomas
* URL : https://github.com/alecthomas/assert
* License : Expat
Programming Lang: Go
Description : Fork of Go stretchr/testify/assert that uses FailNow()
This is a fork of stretchr's assertion library that does two things:
.
1. It makes spotting differences in equality much easier. It uses
github.com/alecthomas/repr and github.com/sergi/go-diff/diffmatchpatch
to display structural differences in colour.
2. Aborts tests on first assertion failure (the same behaviour as
stretchr/testify/require).
Reasoning: Required by golang-github-alecthomas-chroma for hugo:
Hugo 0.28 brings blistering fast and native syntax highlighting
from Chroma. A big thank you to Alec Thomas for taking on this
massive task of porting the popular python highlighter Pygments to Go.
More information about the Pkg-go-maintainers
mailing list