Nominatim/test
Sarah Hoffmann bef5cea48e switch API parameters to keyword arguments
This switches the input parameters for API calls to a generic
keyword argument catch-all which is then loaded into a dataclass
where the parameters are checked and forwarded to internal
function.

The dataclass gives more flexibility with the parameters and makes
it easier to reuse common parameters for the different API calls.
2023-05-18 17:42:23 +02:00
..
bdd fix a number of corner cases with interpolation splitting 2023-04-06 16:54:00 +02:00
php adapt PHP tests for debug output 2023-02-20 16:23:28 +01:00
python switch API parameters to keyword arguments 2023-05-18 17:42:23 +02:00
testdata custom comparison for SpecialPhrase 2022-05-30 16:30:41 +02:00
testdb add secondary importance to API BDD tests 2022-10-01 11:01:49 +02:00
Makefile update Makefile in test directory 2023-01-09 20:49:33 +01:00