0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-08 20:52:03 -05:00
forgejo/routers/web/admin
wxiaoguang e8aae43f56
Move web/api context related testing function into a separate package (#26859)
Just like `models/unittest`, the testing helper functions should be in a
separate package: `contexttest`

And complete the TODO:

> // TODO: move this function to other packages, because it depends on
"models" package
2023-09-01 11:26:07 +00:00
..
admin.go
admin_test.go
applications.go
auths.go
config.go
diagnosis.go
emails.go
hooks.go
main_test.go
notice.go
orgs.go
packages.go
queue.go
queue_tester.go
repos.go
runners.go
stacktrace.go
users.go User details page (#26713) 2023-08-31 11:21:18 +02:00
users_test.go Move web/api context related testing function into a separate package (#26859) 2023-09-01 11:26:07 +00:00