Skip to content

Some tests are coupled to the state of a repository #6

@ChrisBr

Description

@ChrisBr

For some tests we use VCR to record the API response of GitHub / Octokit. However, this resulted that some tests are coupled to the state of a repository. If we remove the cassettes and the state of the repository changed (closed PR), we might need to change the test as well.

We should extract the API response from the cassettes and wrap it into WebMock responses instead.

See #5

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