]> git.openstreetmap.org Git - nominatim.git/commit
add tests for new endpoints
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 25 Jul 2023 08:57:19 +0000 (10:57 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 25 Jul 2023 08:57:19 +0000 (10:57 +0200)
commit66ecb56cead429af78ac411654450b807852a06c
tree6c9e82abfa355b9be32ebf455bbe2c81bec88a95
parent79bd54f610cd4f4620ce1761e7a483b6fae34d4e
add tests for new endpoints
test/python/api/fake_adaptor.py [new file with mode: 0644]
test/python/api/test_api_deletable_v1.py [new file with mode: 0644]
test/python/api/test_api_polygons_v1.py [new file with mode: 0644]
test/python/api/test_server_glue_v1.py