From 6b54c19f8b2592ff6f61da134ecafbe0f0fefd12 Mon Sep 17 00:00:00 2001 From: Mat Ryer Date: Tue, 16 Oct 2012 22:13:15 +0100 Subject: [PATCH] Added feature list --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9cdc087..de218cd 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ For an introduction to writing test code in Go, see http://golang.org/doc/code.h The `assert` package provides some helpful methods that allow you to write better test code in Go. + * Prints friendly, easy to read failure descriptions + * Allows for very readable code + * Optionally annotate each assertion with a message + See it in action: func TestSomething(t *testing.T) {