forked from hans/Nominatim
bdd: move Response classes in own file and simplify
Removes most of the duplicated parse functions, introduces a common assert_field function with a more expressive error message.
This commit is contained in:
@@ -35,7 +35,7 @@ def define_node_grid(context, grid_step):
|
||||
grid_step = 0.00001
|
||||
|
||||
context.osm.set_grid([context.table.headings] + [list(h) for h in context.table],
|
||||
grid_step)
|
||||
grid_step)
|
||||
|
||||
|
||||
@when(u'loading osm data')
|
||||
|
||||
Reference in New Issue
Block a user