Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/tests/twister/
Dtest_jobserver.py236 expected_args, argument
276 if expected_args is None and expected_kwargs is None:
279 gmjc_init_mock.assert_called_once_with(*expected_args,
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py2842 expected_args = min_arg
2844 expected_args = "{} or more".format(min_arg)
2846 expected_args = "{}-{}".format(min_arg, max_arg)
2851 expected_args, len(args) - 1))