forgejo/tests
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
..
e2e Use data-tooltip-content for tippy tooltip (#23649) 2023-03-24 18:35:38 +08:00
fuzz Move fuzz tests into tests/fuzz (#22376) 2023-01-09 15:30:14 +08:00
gitea-lfs-meta Test views of LFS files (#22196) 2022-12-23 07:41:56 +08:00
gitea-repositories-meta fix calReleaseNumCommitsBehind (#24148) 2023-04-18 21:11:17 +02:00
integration Fix access token issue on some public endpoints (#24194) 2023-04-21 11:39:03 -04:00
mssql.ini.tmpl Kd/ci playwright go test (#20123) 2022-09-02 15:18:23 -04:00
mysql.ini.tmpl Split CI pipelines (#23385) 2023-03-10 01:13:17 -05:00
mysql8.ini.tmpl Kd/ci playwright go test (#20123) 2022-09-02 15:18:23 -04:00
pgsql.ini.tmpl Make minio package support legacy MD5 checksum (#23768) 2023-03-28 11:10:24 -04:00
sqlite.ini.tmpl Clean some legacy files and move some build files (#23699) 2023-03-25 16:22:51 -04:00
test_utils.go Allow adding new files to an empty repo (#24164) 2023-04-19 21:40:42 +08:00
testlogger.go Improve test logger (#24235) 2023-04-21 16:32:25 -04:00