D | test_nrf.py | 515 def check_expected(tool, test_case, check_fn, get_snr, tmpdir, runner_config): argument 517 expected = EXPECTED_RESULTS[test_case][EXPECTED_MAP[tool]] 518 if tool == 'nrfutil': 547 def test_init(check_call, check_output, get_snr, require, tool, test_case, argument 550 require.side_effect = functools.partial(require_patch, tool) 554 cls = CLASS_MAP[tool] 568 check_expected(tool, test_case, CHECK_FN_MAP[tool], get_snr, tmpdir, 578 def test_create(check_call, check_output, get_snr, require, tool, test_case, argument 581 require.side_effect = functools.partial(require_patch, tool) 597 cls = CLASS_MAP[tool] [all …]
|