Add Docker-based Gitea integration test suite #66
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current tests rely heavily on mocked
api_requestresponses. That is valuable for unit testing, but it does not prove compatibility with real Gitea API behavior around pagination, permissions, label endpoints, PR review endpoints, and error payloads.Add an optional Docker-based integration test suite against a local/containerized Gitea instance.
Acceptance criteria