furious-luke / django-address

A Django address model and field. Addresses may be specified by address components or by performing an automatic Google Maps lookup.
BSD 3-Clause "New" or "Revised" License
428 stars 178 forks source link

Add end-to-end tests #154

Open furious-luke opened 2 years ago

furious-luke commented 2 years ago

Prior to replacing the jQuery widgets with the more modern Google autocomplete library, adding some end-to-end tests will allow us to be confident that the changes we've made haven't broken anything.