Added feature list

pull/14/merge
Mat Ryer 2012-10-16 22:13:15 +01:00
parent 870c90a638
commit 6b54c19f8b
1 changed files with 4 additions and 0 deletions

View File

@ -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) {