summaryrefslogtreecommitdiff
path: root/src/lib/testing.go
AgeCommit message (Collapse)AuthorFilesLines
2008-11-19add a type testing.T and use it in tests.Rob Pike1-12/+66
update uses of gotest. minor tweak to testing structure for protobuf. R=rsc DELTA=276 (71 added, 75 deleted, 130 changed) OCL=19614 CL=19621
2008-11-19gotest, via testing.go, should warn you if you failed to create any tests.Rob Pike1-0/+5
when chatty, it should tell you how many there are. R=rsc DELTA=5 (5 added, 0 deleted, 0 changed) OCL=19590 CL=19590
2008-11-18add -chatty flag to test.Russ Cox1-5/+19
was supposed to be in some other cl but got dropped. R=r DELTA=21 (16 added, 2 deleted, 3 changed) OCL=19531 CL=19539
2008-11-18testing support libraryRob Pike1-0/+26
R=rsc OCL=19496 CL=19496