]> git.openstreetmap.org Git - nominatim.git/commit
test: move Testingcursor into separate class
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 19 May 2021 08:30:36 +0000 (10:30 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 19 May 2021 08:30:36 +0000 (10:30 +0200)
commit510eb53f536078dd8bca6dcfa5f2cd76bf80df47
tree4aa03c3ff006bad14e9d257dd6ecd4fc3f7f23fa
parent16bb0071350f66ff67308c5d33ae95dc1f2341ea
test: move Testingcursor into separate class

Also adds more convenience functions: counting with a where
statement and a wrapper to execute_values().
test/python/conftest.py
test/python/cursor.py [new file with mode: 0644]