Open jedie opened 3 years ago
https://github.com/jedie/django-for-runners/pull/17 mocks all requests and store the response in static fixture files.
How can we update them?
Add a small layer to requests_mock.mock() to update these files by a cli call?
requests_mock.mock()
https://github.com/jedie/django-for-runners/pull/17 mocks all requests and store the response in static fixture files.
How can we update them?
Add a small layer to
requests_mock.mock()
to update these files by a cli call?