Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-19 | add a type testing.T and use it in tests. | Rob Pike | 1 | -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-19 | gotest, via testing.go, should warn you if you failed to create any tests. | Rob Pike | 1 | -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-18 | add -chatty flag to test. | Russ Cox | 1 | -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-18 | testing support library | Rob Pike | 1 | -0/+26 | |
R=rsc OCL=19496 CL=19496 |