Searched refs:check_fn (Results 1 – 1 of 1) sorted by relevance
516 def check_expected(tool, test_case, check_fn, get_snr, tmpdir, runner_config): argument520 assert len(check_fn.call_args_list) == 1521 assert len(check_fn.call_args_list[0].args) == 1523 nrfutil_args = check_fn.call_args_list[0].args[0]530 call_args = check_fn.call_args_list