forgejo/models/migrations/base
wxiaoguang 911975059a
Improve test logger (#24235)
Before, there was a `log/buffer.go`, but that design is not general, and
it introduces a lot of irrelevant `Content() (string, error) ` and
`return "", fmt.Errorf("not supported")` .


And the old `log/buffer.go` is difficult to use, developers have to
write a lot of `Contains` and `Sleep` code.


The new `LogChecker` is designed to be a general approach to help to
assert some messages appearing or not appearing in logs.
2023-04-21 16:32:25 -04:00
..
db.go Refactor setting.Database.UseXXX to methods (#23354) 2023-03-07 18:51:06 +08:00
db_test.go
hash.go Use minio/sha256-simd for accelerated SHA256 (#23052) 2023-02-22 14:21:46 -05:00
main_test.go
testlogger.go Improve test logger (#24235) 2023-04-21 16:32:25 -04:00
tests.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00