You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use "responses" library to mock-out API calls. Currently this requires a @responses.active wrapper on every test function and a responses data setup.
Find a way to simplify this for test files so responses code does not need to be written so much
The text was updated successfully, but these errors were encountered:
We use "responses" library to mock-out API calls. Currently this requires a
@responses.active
wrapper on every test function and a responses data setup.Find a way to simplify this for test files so responses code does not need to be written so much
The text was updated successfully, but these errors were encountered: