summaryrefslogtreecommitdiff
path: root/src/lib/testing.go
AgeCommit message (Expand)AuthorFilesLines
2008-11-21utf8 routines in go; a start.Russ Cox1-0/+1
2008-11-20automatically add tabs after newlinesRob Pike1-2/+12
2008-11-19change naming convention for tests fromRob Pike1-0/+3
2008-11-19add a type testing.T and use it in tests.Rob Pike1-12/+66
2008-11-19gotest, via testing.go, should warn you if you failed to create any tests.Rob Pike1-0/+5
2008-11-18add -chatty flag to test.Russ Cox1-5/+19
2008-11-18testing support libraryRob Pike1-0/+26