]> Cypherpunks repositories - gostls13.git/commit
testing: add Output
authorsuntala <artichaut2023@gmail.com>
Tue, 13 May 2025 21:30:35 +0000 (21:30 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 13 May 2025 22:43:42 +0000 (15:43 -0700)
commit9e026bf9cc1dcb6ef24d26398182a22d9d6cd2d2
tree0b001b08e1a9f4006a3e0b08dfa4b7c1c274c320
parentc44c4de51b68a88e2b8e4a0ae102f941155522d0
testing: add Output

Output is a method on T, B and F. It provides an io.Writer that writes
to the same test output stream as TB.Log. The new output writer is
used to refactor the implementation of Log. It maintains the formatting
provided by Log while making call site information optional.
Additionally, it provides buffering of log messages. This fixes and
expands on
https://go-review.googlesource.com/c/go/+/646956.

For #59928.

Change-Id: I08179c35a681f601cf125c0f4aeb648bc10c7a9f
GitHub-Last-Rev: e6e202793c9bc471493187e0556a3a1e7305ff82
GitHub-Pull-Request: golang/go#73703
Reviewed-on: https://go-review.googlesource.com/c/go/+/672395
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Jonathan Amsterdam <jba@google.com>
api/next/59928.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/testing/59928.md [new file with mode: 0644]
src/testing/benchmark.go
src/testing/fuzz.go
src/testing/panic_test.go
src/testing/sub_test.go
src/testing/testing.go