Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 618 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 618 Bytes

Assertive

Go Reference

Assertive is an assertion library for writing tests in Go.

It only has one dependency on https://github.com/google/go-cmp.

Install

go get -u github.com/teleivo/assertive

Disclaimer

I wrote this library for my personal projects. It is thus tailored to my style of writing tests. I do try to stick to https://go.dev/wiki/CodeReviewComments#useful-test-failures. Feel free to use it! That being said, my intention is not to adjust it to someone elses liking.