Searched refs:check_fn (Results 1 – 1 of 1) sorted by relevance
378 def check_expected(tool, test_case, check_fn, get_snr, tmpdir, runner_config): argument383 assert len(check_fn.call_args_list) >= 1384 xi = len(check_fn.call_args_list) - 1385 assert len(check_fn.call_args_list[xi].args) == 1387 nrfutil_args = check_fn.call_args_list[xi].args[0]394 call_args = check_fn.call_args_list