0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-01 13:27:32 +01:00
gitea/tests
wxiaoguang 43c7a2e7b1
Refactor names (#31405)
This PR only does "renaming":

* `Route` should be `Router` (and chi router is also called "router")
* `Params` should be `PathParam` (to distingush it from URL query param, and to match `FormString`)
* Use lower case for private functions to avoid exposing or abusing
2024-06-19 06:32:45 +08:00
..
e2e Refactor names (#31405) 2024-06-19 06:32:45 +08:00
fuzz
gitea-lfs-meta
gitea-repositories-meta
integration Refactor names (#31405) 2024-06-19 06:32:45 +08:00
testdata/data/attachments/a/0
mssql.ini.tmpl
mysql.ini.tmpl
pgsql.ini.tmpl
sqlite.ini.tmpl Disable query token param in integration tests (#28592) 2023-12-23 11:29:51 +08:00
test_utils.go