Skip to content

Use mocks to reduce our API rate limit in test coverage #155

Description

@choldgraf

Right now, we are consistently hitting GitHub API rate limits in our tests, which makes it really hard to know if test failures are a problem or not. I suggest that we re-work our test suite so that we make as few API calls as possible (if any) and instead define a few expected responses that we hard-code into our tests, and use the functions downstream of the GraphQL connector to run the actual tests.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions