1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:31:21 -06:00
go/src/pkg/testing
Russ Cox 291636b99b testing: do not print 'no tests' when there are examples
I am not sure why RunTests and RunExamples are
exported, but I assume that because they are we
should not change the signature, so I added an
unexported global shared by Main and RunTests.

Fixes #3237.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5779043
2012-03-07 14:54:31 -05:00
..
iotest testing/iotest: adjust adverbial imprecision in package comment 2012-02-10 14:37:20 +11:00
quick testing/quick: documentation tweaks 2012-02-10 14:37:50 +11:00
benchmark.go testing: fix references to "gotest" 2012-02-10 13:49:50 +11:00
example.go cmd/go: drop -example, apply -run to examples 2012-02-28 08:33:06 +11:00
testing.go testing: do not print 'no tests' when there are examples 2012-03-07 14:54:31 -05:00