komuw / ong

ong, is a Go http toolkit.
MIT License
16 stars 4 forks source link

relook testing/slogtest #413

Closed komuw closed 4 months ago

komuw commented 4 months ago

The Go v1.22 release notes say; https://tip.golang.org/doc/go1.22:

testing/slogtest
  The new Run function uses sub-tests to run test cases, providing finer-grained control.

We shoud check if that helps us somehow.
While here, also add the new tests added in https://github.com/golang/go/issues/62280