aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_test.go
AgeCommit message (Expand)Author
2022-01-26[release-branch.go1.16] testing: drop unusual characters from TempDir directo...Tobias Klauser
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-09-05testing: make TempDir idempotent for both Cleanup and BenchmarkChangkun Ou
2020-05-19testing: return unique directory inside same base root for TempDirRoger Peppe
2020-04-25testing: replace all GOOS-specific path separators in TempDirTobias Klauser
2020-04-23testing: make TempDir work for subtestsAndrei Tudor Călin
2020-04-02testing: add TB.TempDirBrad Fitzpatrick
2016-12-09Revert "testing: add T.Context method"Joe Tsai
2016-11-03testing: add T.Context methodBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2014-09-19cmd/go, testing: add TestMain supportRuss Cox