0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-24 11:58:17 +01:00
gitea/tests
Nick 52e24167e5
Test renderReadmeFile (#23185)
Add test coverage to the important features of
[`routers.web.repo.renderReadmeFile`](067b0c2664/routers/web/repo/view.go (L273));
namely that:

- it can handle looking in docs/, .gitea/, and .github/
- it can handle choosing between multiple competing READMEs
- it prefers the localized README to the markdown README to the
plaintext README
- it can handle broken symlinks when processing all the options
- it uses the name of the symlink, not the name of the target of the
symlink
2023-03-09 09:24:23 +08:00
..
e2e
fuzz
gitea-lfs-meta
gitea-repositories-meta Test renderReadmeFile (#23185) 2023-03-09 09:24:23 +08:00
integration Test renderReadmeFile (#23185) 2023-03-09 09:24:23 +08:00
mssql.ini.tmpl
mysql8.ini.tmpl
mysql.ini.tmpl
pgsql.ini.tmpl
sqlite.ini.tmpl
test_utils.go Refactor setting.Database.UseXXX to methods (#23354) 2023-03-07 18:51:06 +08:00
testlogger.go