forgejo/models/packages
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
..
alpine Add Alpine package registry (#23714) 2023-05-12 17:27:50 +00:00
conan Use ErrInvalidArgument in packages (#22268) 2022-12-31 12:49:37 +01:00
conda Add Conda package registry (#22262) 2023-02-01 12:30:39 -06:00
container List all Debian package versions in Packages (#27786) 2023-10-29 14:14:47 +00:00
cran Add CRAN package registry (#22331) 2023-05-22 10:57:49 +08:00
debian tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
nuget remove util.OptionalBool and related functions (#29513) 2024-03-06 12:10:46 +08:00
rpm Fix some RPM registry flaws (#28782) 2024-01-19 11:37:10 +00:00
descriptor.go Arch packages implementation (#4785) 2024-08-04 06:16:29 +00:00
package.go Arch packages implementation (#4785) 2024-08-04 06:16:29 +00:00
package_blob.go Fix some RPM registry flaws (#28782) 2024-01-19 11:37:10 +00:00
package_blob_upload.go Use ErrInvalidArgument in packages (#22268) 2022-12-31 12:49:37 +01:00
package_cleanup_rule.go Use ErrInvalidArgument in packages (#22268) 2022-12-31 12:49:37 +01:00
package_file.go Fix some RPM registry flaws (#28782) 2024-01-19 11:37:10 +00:00
package_property.go Add Alpine package registry (#23714) 2023-05-12 17:27:50 +00:00
package_test.go tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
package_version.go Fix package list performance (#30520) 2024-04-21 16:28:16 +02:00