aboutsummaryrefslogtreecommitdiff
path: root/src/testing/helper_test.go
AgeCommit message (Expand)Author
2026-03-11testing: recognize helper functions that use range-over-functionIan Lance Taylor
2024-09-03testing: use testenv.ExecutableKir Kolyshkin
2023-11-21testing: use subprocesses in TestTBHelper and TestTBHelperParallelBryan C. Mills
2022-09-16cmd/go, testing: add go test -skip flagRuss Cox
2022-09-07testing: use strings.Buildercuiweixie
2022-05-26cmd/compile: mark closures made for generic function expressions as wrappersKeith Randall
2021-09-16testing: skip panics when picking the line number for decorationCaleb Spare
2021-03-19testing: update helperNames just before checking itTao Qingyun
2020-09-28testing: add benchmark for TB.HelperEmmanuel T Odeke
2020-05-05testing: fix reported caller name for funcs passed to CleanupMichał Łowicki
2018-05-14testing: allow marking subtest and subbenchmark functions as HelpersDiogo Pinela
2017-04-14testing: add TB.Helper to better support test helpersCaleb Spare