summaryrefslogtreecommitdiff
path: root/src/testing/testing_test.go
Commit message (Expand)AuthorAgeFilesLines
* testing: add Testing functionIan Lance Taylor2023-03-131-0/+61
* testing: fail if T.Setenv is called via T.Run in a parallel testNobuki Fujii2022-09-281-0/+32
* testing: drop unusual characters from TempDir directory nameTobias Klauser2021-06-171-1/+9
* testing: add TB.SetenvAlexey Vilenski2021-03-051-0/+83
* all: update to use os.ReadDir where appropriateRuss Cox2020-12-091-4/+3
* testing: make TempDir idempotent for both Cleanup and BenchmarkChangkun Ou2020-09-051-0/+32
* testing: return unique directory inside same base root for TempDirRoger Peppe2020-05-191-2/+6
* testing: replace all GOOS-specific path separators in TempDirTobias Klauser2020-04-251-0/+5
* testing: make TempDir work for subtestsAndrei Tudor Călin2020-04-231-0/+5
* testing: add TB.TempDirBrad Fitzpatrick2020-04-021-0/+48
* Revert "testing: add T.Context method"Joe Tsai2016-12-091-33/+5
* testing: add T.Context methodBrad Fitzpatrick2016-11-031-5/+33
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* cmd/go, testing: add TestMain supportRuss Cox2014-09-191-0/+18