Skip to content

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

@choldgraf

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.

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