cuenca-mx / arcus-python

Arcus python3 client libarry
MIT License
3 stars 3 forks source link

mock (not vcr) local test services #71

Open matin opened 5 years ago

matin commented 5 years ago

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

matin commented 5 years ago

@gregcastro please push the change directly to the multikey branch