go-git-providers icon indicating copy to clipboard operation
go-git-providers copied to clipboard

Add unit tests to e2e test suite

Open makkes opened this issue 1 year ago • 0 comments

The following tests are currently part of the unit test suite but actually depend on a running Gitea instance. They should be moved to the e2e suite and then use the provided Gitea instance instead of relying on gitea.com (which we have no control over which has already caused test failures in the past.

  • ExampleOrgRepositoriesClient_Get
  • ExampleOrganizationsClient_Get

makkes avatar Aug 30 '23 13:08 makkes