You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
1 year ago
..
e2e Use data-tooltip-content for tippy tooltip (#23649) 1 year ago
fuzz Move fuzz tests into tests/fuzz (#22376) 2 years ago
gitea-lfs-meta Test views of LFS files (#22196) 2 years ago
gitea-repositories-meta fix calReleaseNumCommitsBehind (#24148) 1 year ago
integration Fix access token issue on some public endpoints (#24194) 1 year ago
mssql.ini.tmpl Kd/ci playwright go test (#20123) 2 years ago
mysql.ini.tmpl Split CI pipelines (#23385) 1 year ago
mysql8.ini.tmpl Kd/ci playwright go test (#20123) 2 years ago
pgsql.ini.tmpl Make minio package support legacy MD5 checksum (#23768) 1 year ago
sqlite.ini.tmpl Clean some legacy files and move some build files (#23699) 1 year ago
test_utils.go Allow adding new files to an empty repo (#24164) 1 year ago
testlogger.go Improve test logger (#24235) 1 year ago