fluxcd / go-git-providers

Git provider client for Go
https://fluxcd.io
Apache License 2.0
71 stars 33 forks source link

Declare Gitea client test e2e #236

Closed makkes closed 1 year ago

makkes commented 1 year ago

This is necessary to get rid of the external dependency on try.gitea.io and instead use the ephemeral instance spun up as part of e2e testing.

It makes us independent of bugs in Gitea that are deployed at try.gitea.io, e.g. https://github.com/go-gitea/gitea/issues/25350.