Nominatim/test
Sarah Hoffmann 8e90fa3395 avoid closure variables in lambda statements
There is a bug in SQLAlchemy that assigns the wrong value to bind
parameters from closure variables when reusing lambda statements
that are later extended with other non-lambda expressions.

Thus either avoid lambda statements with closure variables or extending
them with non-lambda expressions.
2024-01-05 17:49:28 +01:00
..
bdd enable all BDD API tests for sqlite 2023-12-07 09:32:02 +01:00
php adapt PHP tests for debug output 2023-02-20 16:23:28 +01:00
python avoid closure variables in lambda statements 2024-01-05 17:49:28 +01: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