Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Changed data dictionary and improved tests

Choose a tag to compare

@roedesh roedesh released this 12 Apr 23:40
· 3 commits to master since this release
832507d

get_all_addresses and get_all_postal_codes now return a dictionary with a results and next key, which contain the data list and next id or postal code.

Mocked data has been moved to JSON files. The amount of tests has increased while reducing the amount of lines in the code.