pkgsrc/devel/go-assert/DESCR
ryoon d9c65a5ee5 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).
2018-11-18 07:46:43 +00:00

10 lines
370 B
Text

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).