Lines Matching defs:stdin

209 def test_validator_basic_types(argspec, expected, stdin):  argument
226 def test_validator_function(mocker, stdin): argument
237 def test_validate_basic_auth_arg(mocker, stdin): argument
249 def test_validate_rate_limit_argument_spec(mocker, stdin): argument
259 def test_validate_retry_argument_spec(mocker, stdin): argument
269 def test_validator_string_type(mocker, stdin): argument
280 def test_validator_fail(stdin, capfd, argspec, expected): argument
294 def test_complex_required(self, stdin, complex_argspec): argument
301 def test_complex_duplicate_warning(self, stdin, complex_argspec): argument
309 def test_complex_type_fallback(self, mocker, stdin, complex_argspec): argument
321 def test_fail_mutually_exclusive(self, capfd, stdin, complex_argspec): argument
333 def test_fail_required_together(self, capfd, stdin, complex_argspec): argument
345 def test_fail_required_together_and_default(self, capfd, stdin, complex_argspec): argument
358 def test_fail_required_together_and_fallback(self, capfd, mocker, stdin, complex_argspec): argument
374 def test_fail_list_with_choices(self, capfd, mocker, stdin, complex_argspec): argument
386 def test_list_with_choices(self, capfd, mocker, stdin, complex_argspec): argument
393 def test_list_with_elements_path(self, capfd, mocker, stdin, complex_argspec): argument
401 def test_deprecated_alias(self, capfd, mocker, stdin, complex_argspec): argument
409 def test_list_with_elements_callable_str(self, capfd, mocker, stdin, complex_argspec): argument
540 def test_options_type_dict(self, stdin, options_argspec_dict, expected): argument
549 def test_options_type_list(self, stdin, options_argspec_list, expected): argument
558 def test_fail_validate_options_dict(self, capfd, stdin, options_argspec_dict, expected): argument
570 def test_fail_validate_options_list(self, capfd, stdin, options_argspec_list, expected): argument
582 def test_fallback_in_option(self, mocker, stdin, options_argspec_dict): argument
596 def test_elements_path_in_option(self, mocker, stdin, options_argspec_dict): argument
612 def test_subspec_not_required_defaults(self, stdin, spec, expected): argument
673 def test_no_log_true(stdin, capfd): argument
686 def test_no_log_false(stdin, capfd): argument
696 def test_no_log_none(stdin, capfd): argument