Searched refs:expected_args (Results 1 – 2 of 2) sorted by relevance
236 expected_args, argument276 if expected_args is None and expected_kwargs is None:279 gmjc_init_mock.assert_called_once_with(*expected_args,
2842 expected_args = min_arg2844 expected_args = "{} or more".format(min_arg)2846 expected_args = "{}-{}".format(min_arg, max_arg)2851 expected_args, len(args) - 1))