]> Cypherpunks repositories - gostls13.git/commit
testing: clarify that Cleanup is run after subtests complete.
authorRoger Peppe <rogpeppe@gmail.com>
Fri, 17 Jan 2020 09:06:13 +0000 (09:06 +0000)
committerroger peppe <rogpeppe@gmail.com>
Sat, 18 Jan 2020 08:45:35 +0000 (08:45 +0000)
commit03eeaa9656027514113e7cd3dc2906255ee23963
treebabdba7916d38f6d1936c46849c8f06e182c9b2b
parentc112289ee4141ebc31db50328c355b01278b987b
testing: clarify that Cleanup is run after subtests complete.

It's good to be explicit, as it's not necessarily obvious (and indeed
the behavior has changed recently with https://go-review.googlesource.com/c/go/+/214822)
without an associated doc comment change).

Change-Id: I99d6398bf15b404b1b1b196e712e926e363251e9
Reviewed-on: https://go-review.googlesource.com/c/go/+/215217
Reviewed-by: Paul Jolly <paul@myitcv.org.uk>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/testing/testing.go