diff options
| author | Shulhan <m.shulhan@gmail.com> | 2023-12-03 01:06:29 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2024-01-25 04:01:14 +0700 |
| commit | 65f7032d4ed53d7e8d605d72b294527a0eef6740 (patch) | |
| tree | a6f56d62d6c1ec05a27d5c04f8e8792b61910ad2 /src/database/sql/sql_test.go | |
| parent | 8096b47dd09fcda8712f7a3c07dced5244123a4d (diff) | |
| download | go-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
