]> Cypherpunks repositories - gostls13.git/commit
testing: rename testContext to testState
authorVladimir Varankin <vladimir@varank.in>
Wed, 21 Aug 2024 18:47:11 +0000 (20:47 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 21 Aug 2024 20:52:09 +0000 (20:52 +0000)
commit440c9ee73d2698912918755d023e5de813ec2f83
treea40a6bcdc8933b558a572212c33edbb378ea58a2
parent31a9c139419dadf35df1b162115da69a0b4cb917
testing: rename testContext to testState

Following up to CL 603959, update internals of testing package to
reduce the confusion around "context". The changes rename
testContext/benchContext/fuzzContext to testState/benchState/fuzzState.

Change-Id: Ib8855dab456d41ab343488fcf5fefff2431f7b72
Reviewed-on: https://go-review.googlesource.com/c/go/+/607555
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/testing/benchmark.go
src/testing/fuzz.go
src/testing/sub_test.go
src/testing/testing.go