]> git.openstreetmap.org Git - nominatim.git/commit
bdd: remove class for lazy formatting
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 5 Jan 2021 09:39:44 +0000 (10:39 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 5 Jan 2021 09:39:44 +0000 (10:39 +0100)
commit58c471c627a8893413f9734ff36c3fdc00827e6e
tree67c9bbbabd74a210aded69bbf5c1292bb72de3b4
parent213bf7d19d0e99355954bfacfe0833695f770151
bdd: remove class for lazy formatting

assert in combination with format() does the right thing and calls
the __str__() method only when an assertion hits.
test/bdd/steps/steps_db_ops.py