aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql/sql_test.go
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2023-12-03 01:06:29 +0700
committerShulhan <m.shulhan@gmail.com>2024-01-25 04:01:14 +0700
commit65f7032d4ed53d7e8d605d72b294527a0eef6740 (patch)
treea6f56d62d6c1ec05a27d5c04f8e8792b61910ad2 /src/database/sql/sql_test.go
parent8096b47dd09fcda8712f7a3c07dced5244123a4d (diff)
downloadgo-65f7032d4ed53d7e8d605d72b294527a0eef6740.tar.xz
testing: change the FAIL and SKIP prefix to "!!!" and "???"
Previously, there are three output of message printed by test or benchmark: PASS, SKIP, or FAIL. All of them use the same prefix "---". In case we have a module that run many many tests, it's become hard to differentiate between PASS, SKIP, and FAIL. This changes differentiate the SKIP and FAIL using different prefix. For SKIP we prefix it with "???", for FAIL we prefix it with "!!!".
Diffstat (limited to 'src/database/sql/sql_test.go')
0 files changed, 0 insertions, 0 deletions