Home
last modified time | relevance | path

Searched refs:check_fn (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/scripts/west_commands/tests/
Dtest_nrf.py378 def check_expected(tool, test_case, check_fn, get_snr, tmpdir, runner_config): argument
383 assert len(check_fn.call_args_list) >= 1
384 xi = len(check_fn.call_args_list) - 1
385 assert len(check_fn.call_args_list[xi].args) == 1
387 nrfutil_args = check_fn.call_args_list[xi].args[0]
394 call_args = check_fn.call_args_list