Skip to content

mock (not vcr) local test services #71

@matin

Description

@matin

The response from this service should be mocked; otherwise, it becomes impossible for anyone else to reproduce without having the identical code running on their computer.

@pytest.fixture
def client_proxy():
    yield Client(sandbox=True, proxy='http://127.0.0.1:3001')

This should use requests-mock

/cc @Felipaoo

Metadata

Metadata

Assignees

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