Skip to content

Inefficient GitHub HTTP request stubbing with WebMock in tests #760

@yegor256

Description

@yegor256

Currently, we stub HTTP requests to GitHub with the help of WebMock. This makes our tests pretty long and ugly. Instead, we can use a fake implementation of GitHub API as a server. Let's try to use this one: https://github.com/h1alexbel/fakehub We can try something else if we find similar solutions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions