responses
responses copied to clipboard
Feature request: Flag to ignore ordering in matchers.json_param_matcher
Currently the matchers.json_param_matcher does fail if the order within lists in the returned response differs. In order to check requests that are constructed from database queries, predicting the order of retrieved results is sometimes non-trivial. It would be nice to have a flag e.g. json_param_matcher(..., check_order=False) to ignore this requirement and just check if all elements are present.