summaryrefslogtreecommitdiff
path: root/devel/go-assert/DESCR
blob: e8b7181e34b97335dd37ed0509465c31378c5feb (plain)
1
2
3
4
5
6
7
8
9
10
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).