jedie / django-for-runners

Store your GPX tracks of your running (or other sports activity) in django.
GNU General Public License v3.0
59 stars 14 forks source link

Update test fixtures #18

Open jedie opened 3 years ago

jedie commented 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?