mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
replace nose assertions with simple asserts
This commit is contained in:
@@ -2,7 +2,6 @@ import subprocess
|
||||
import tempfile
|
||||
import random
|
||||
import os
|
||||
from nose.tools import * # for assert functions
|
||||
|
||||
@given(u'the ([0-9.]+ )?grid')
|
||||
def define_node_grid(context, grid_step):
|
||||
|
||||
Reference in New Issue
Block a user