]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/steps/http_responses.py
bdd: replace property_list construct with standard check functions
[nominatim.git] / test / bdd / steps / http_responses.py
index a3493b975790441881f8b76115d7567edd9535dd..ccf247a91de86c0dd7cda64a8fd1b1cc0c597b3d 100644 (file)
@@ -152,10 +152,6 @@ class GenericResponse:
                     self.check_row_field(i, name, Field(value))
 
 
-    def property_list(self, prop):
-        return [x[prop] for x in self.result]
-
-
     def check_row(self, idx, check, msg):
         """ Assert for the condition 'check' and print 'msg' on fail together
             with the contents of the failing result.