forgejo/services/pull
Gusted 4c67023c7e
tests: improve actvititypub integration test code
- Make use of `test.MockVariableValue` to override variables for the
duration of the test.
- Don't needlessly call `onGiteaRun`, its only needed when a HTTP server
needs to be called by the code.
- When `onGiteaRun` is used, make use of the passed parameters, such as
the passed `*testing.T` variable and `*url.URL` (this also avoids
needing to serve the routers in the test code again).
- Use `(*url.URL).JoinPath` to craft new URLs.
- Don't override `setting.AppURL` & `setting.Database.LogSQL` when its
does not affect the test.
- Add empty fixture files for `FederatedUser` & `FederationHost` so they
are truncated and do not persist between tests.
2024-11-01 22:39:49 +01:00
..
check.go
check_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
comment.go
commit_status.go
commit_status_test.go
edits.go
lfs.go
main_test.go tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
merge.go Handle "close" actionable references for manual merges (#31879) 2024-09-01 08:07:27 +02:00
merge_ff_only.go
merge_merge.go
merge_prepare.go
merge_rebase.go
merge_squash.go
merge_test.go
patch.go Fix slow patch checking with commits that add or remove many files (#31548) 2024-07-07 07:33:01 +02:00
patch_unmerged.go
pull.go Fix the logic of finding the latest pull review commit ID (#32139) 2024-10-06 07:44:28 +02:00
pull_test.go fix: use url.JoinPath to join url parts 2024-07-31 14:45:37 +02:00
review.go Fix the logic of finding the latest pull review commit ID (#32139) 2024-10-06 07:44:28 +02:00
review_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
temp_repo.go
update.go
update_rebase.go