ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / typer / test / results-all.master
blob19e55088b6a8d9dcf00bdbeeaec778cfca326762
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 rootdir: $(@D)
5 configfile: pyproject.toml
6 collecting ... collected 948 items
8 docs_src/testing/app01/test_main.py::test_app PASSED
9 docs_src/testing/app02/test_main.py::test_app PASSED
10 docs_src/testing/app02_an/test_main.py::test_app PASSED
11 docs_src/testing/app03/test_main.py::test_app PASSED
12 tests/test_ambiguous_params.py::test_split_annotations_from_typer_annotations_simple PASSED
13 tests/test_ambiguous_params.py::test_forbid_default_value_in_annotated_argument PASSED
14 tests/test_ambiguous_params.py::test_allow_options_to_have_names PASSED
15 tests/test_ambiguous_params.py::test_forbid_annotated_param_and_default_param[Argument-ArgumentInfo] PASSED
16 tests/test_ambiguous_params.py::test_forbid_annotated_param_and_default_param[Option-OptionInfo] PASSED
17 tests/test_ambiguous_params.py::test_forbid_multiple_typer_params_in_annotated PASSED
18 tests/test_ambiguous_params.py::test_allow_multiple_non_typer_params_in_annotated PASSED
19 tests/test_ambiguous_params.py::test_forbid_default_factory_and_default_value_in_annotated[Argument-ArgumentInfo] PASSED
20 tests/test_ambiguous_params.py::test_forbid_default_factory_and_default_value_in_annotated[Option-OptionInfo] PASSED
21 tests/test_ambiguous_params.py::test_allow_default_factory_with_default_param[Argument] PASSED
22 tests/test_ambiguous_params.py::test_allow_default_factory_with_default_param[Option] PASSED
23 tests/test_ambiguous_params.py::test_forbid_default_and_default_factory_with_default_param[Argument-ArgumentInfo] PASSED
24 tests/test_ambiguous_params.py::test_forbid_default_and_default_factory_with_default_param[Option-OptionInfo] PASSED
25 tests/test_ambiguous_params.py::test_error_rendering[error0-`Argument` default value cannot be set in `Annotated` for 'my_argument'. Set the default value with `=` instead.] PASSED
26 tests/test_ambiguous_params.py::test_error_rendering[error1-Cannot specify `Option` in `Annotated` and `Argument` as a default value together for 'my_argument'] PASSED
27 tests/test_ambiguous_params.py::test_error_rendering[error2-Cannot specify `Option` in `Annotated` and default value together for 'my_argument'] PASSED
28 tests/test_ambiguous_params.py::test_error_rendering[error3-Cannot specify `Argument` in `Annotated` and default value together for 'my_argument'] PASSED
29 tests/test_ambiguous_params.py::test_error_rendering[error4-Cannot specify multiple `Annotated` Typer arguments for 'my_argument'] PASSED
30 tests/test_ambiguous_params.py::test_error_rendering[error5-Cannot specify `default_factory` and a default value together for `Option`] PASSED
31 tests/test_annotated.py::test_annotated_argument_with_default PASSED
32 tests/test_annotated.py::test_annotated_argument_in_string_type_with_default SKIPPED
33 tests/test_annotated.py::test_annotated_argument_with_default_factory PASSED
34 tests/test_annotated.py::test_annotated_option_with_argname_doesnt_mutate_multiple_calls PASSED
35 tests/test_cli/test_app_other_name.py::test_script_help PASSED
36 tests/test_cli/test_app_other_name.py::test_script PASSED
37 tests/test_cli/test_completion_run.py::test_script_completion_run PASSED
38 tests/test_cli/test_doc.py::test_doc PASSED
39 tests/test_cli/test_doc.py::test_doc_output PASSED
40 tests/test_cli/test_doc.py::test_doc_title_output PASSED
41 tests/test_cli/test_doc.py::test_doc_not_existing PASSED
42 tests/test_cli/test_doc.py::test_doc_no_typer PASSED
43 tests/test_cli/test_doc.py::test_doc_file_not_existing PASSED
44 tests/test_cli/test_empty_script.py::test_script_help PASSED
45 tests/test_cli/test_func_other_name.py::test_script PASSED
46 tests/test_cli/test_help.py::test_script_help PASSED
47 tests/test_cli/test_help.py::test_not_python PASSED
48 tests/test_cli/test_multi_app.py::test_script_help PASSED
49 tests/test_cli/test_multi_app.py::test_script_app_non_existent PASSED
50 tests/test_cli/test_multi_app.py::test_script_sub PASSED
51 tests/test_cli/test_multi_app.py::test_script_top PASSED
52 tests/test_cli/test_multi_app.py::test_script_sub_hello PASSED
53 tests/test_cli/test_multi_app.py::test_script_sub_bye PASSED
54 tests/test_cli/test_multi_app_cli.py::test_script_help PASSED
55 tests/test_cli/test_multi_app_cli.py::test_script_sub PASSED
56 tests/test_cli/test_multi_app_cli.py::test_script_top PASSED
57 tests/test_cli/test_multi_app_cli.py::test_script_sub_hello PASSED
58 tests/test_cli/test_multi_app_cli.py::test_script_sub_bye PASSED
59 tests/test_cli/test_multi_app_sub.py::test_script_help PASSED
60 tests/test_cli/test_multi_app_sub.py::test_script PASSED
61 tests/test_cli/test_multi_func.py::test_help PASSED
62 tests/test_cli/test_multi_func.py::test_script PASSED
63 tests/test_cli/test_multi_func.py::test_script_func_non_existent PASSED
64 tests/test_cli/test_multi_func.py::test_script_func_not_function PASSED
65 tests/test_cli/test_multi_func.py::test_script_func PASSED
66 tests/test_cli/test_not_python.py::test_not_python PASSED
67 tests/test_cli/test_sub.py::test_script_hello PASSED
68 tests/test_cli/test_sub.py::test_script_hello_name PASSED
69 tests/test_cli/test_sub.py::test_script_hello_name_formal PASSED
70 tests/test_cli/test_sub.py::test_script_bye PASSED
71 tests/test_cli/test_sub.py::test_script_bye_friend PASSED
72 tests/test_cli/test_sub.py::test_script_help PASSED
73 tests/test_cli/test_sub.py::test_not_python PASSED
74 tests/test_cli/test_sub_completion.py::test_script_completion_run PASSED
75 tests/test_cli/test_sub_help.py::test_script_help PASSED
76 tests/test_cli/test_version.py::test_script_help PASSED
77 tests/test_compat/test_option_get_help.py::test_hidden_option PASSED
78 tests/test_compat/test_option_get_help.py::test_hidden_option_no_rich PASSED
79 tests/test_compat/test_option_get_help.py::test_coverage_call PASSED
80 tests/test_compat/test_option_get_help.py::test_completion PASSED
81 tests/test_completion/test_completion.py::test_show_completion SKIPPED
82 tests/test_completion/test_completion.py::test_install_completion SKIPPED
83 tests/test_completion/test_completion.py::test_completion_invalid_instruction PASSED
84 tests/test_completion/test_completion.py::test_completion_source_bash PASSED
85 tests/test_completion/test_completion.py::test_completion_source_invalid_shell PASSED
86 tests/test_completion/test_completion.py::test_completion_source_invalid_instruction PASSED
87 tests/test_completion/test_completion.py::test_completion_source_zsh PASSED
88 tests/test_completion/test_completion.py::test_completion_source_fish PASSED
89 tests/test_completion/test_completion.py::test_completion_source_powershell PASSED
90 tests/test_completion/test_completion.py::test_completion_source_pwsh PASSED
91 tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_bash PASSED
92 tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_bash_invalid PASSED
93 tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_zsh PASSED
94 tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_zsh_files PASSED
95 tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_fish PASSED
96 tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_fish_should_complete PASSED
97 tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_fish_should_complete_no PASSED
98 tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_powershell PASSED
99 tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_pwsh PASSED
100 tests/test_completion/test_completion_complete.py::test_completion_complete_subcommand_noshell PASSED
101 tests/test_completion/test_completion_complete_no_help.py::test_completion_complete_subcommand_zsh PASSED
102 tests/test_completion/test_completion_complete_no_help.py::test_completion_complete_subcommand_fish PASSED
103 tests/test_completion/test_completion_complete_no_help.py::test_completion_complete_subcommand_powershell PASSED
104 tests/test_completion/test_completion_complete_no_help.py::test_completion_complete_subcommand_pwsh PASSED
105 tests/test_completion/test_completion_install.py::test_completion_install_no_shell PASSED
106 tests/test_completion/test_completion_install.py::test_completion_install_bash PASSED
107 tests/test_completion/test_completion_install.py::test_completion_install_zsh PASSED
108 tests/test_completion/test_completion_install.py::test_completion_install_fish PASSED
109 tests/test_completion/test_completion_install.py::test_completion_install_powershell PASSED
110 tests/test_completion/test_completion_show.py::test_completion_show_no_shell PASSED
111 tests/test_completion/test_completion_show.py::test_completion_show_bash PASSED
112 tests/test_completion/test_completion_show.py::test_completion_source_zsh PASSED
113 tests/test_completion/test_completion_show.py::test_completion_source_fish PASSED
114 tests/test_completion/test_completion_show.py::test_completion_source_powershell PASSED
115 tests/test_completion/test_completion_show.py::test_completion_source_pwsh PASSED
116 tests/test_completion/test_completion_show.py::test_completion_show_invalid_shell PASSED
117 tests/test_exit_errors.py::test_eoferror PASSED
118 tests/test_exit_errors.py::test_oserror PASSED
119 tests/test_exit_errors.py::test_oserror_no_epipe PASSED
120 tests/test_future_annotations.py::test_annotated PASSED
121 tests/test_others.py::test_help_from_info PASSED
122 tests/test_others.py::test_defaults_from_info PASSED
123 tests/test_others.py::test_too_many_parsers PASSED
124 tests/test_others.py::test_valid_parser_permutations PASSED
125 tests/test_others.py::test_install_invalid_shell PASSED
126 tests/test_others.py::test_callback_too_many_parameters PASSED
127 tests/test_others.py::test_callback_2_untyped_parameters PASSED
128 tests/test_others.py::test_callback_3_untyped_parameters PASSED
129 tests/test_others.py::test_completion_argument PASSED
130 tests/test_others.py::test_completion_untyped_parameters PASSED
131 tests/test_others.py::test_completion_untyped_parameters_different_order_correct_names PASSED
132 tests/test_others.py::test_autocompletion_too_many_parameters PASSED
133 tests/test_others.py::test_forward_references PASSED
134 tests/test_others.py::test_context_settings_inheritance_single_command PASSED
135 tests/test_others.py::test_split_opt PASSED
136 tests/test_prog_name.py::test_custom_prog_name PASSED
137 tests/test_rich_utils.py::test_rich_utils_click_rewrapp PASSED
138 tests/test_rich_utils.py::test_rich_help_no_commands PASSED
139 tests/test_tracebacks.py::test_traceback_no_rich PASSED
140 tests/test_tracebacks.py::test_traceback_no_rich_short_disable PASSED
141 tests/test_tracebacks.py::test_unmodified_traceback PASSED
142 tests/test_tutorial/test_arguments/test_default/test_tutorial001.py::test_help PASSED
143 tests/test_tutorial/test_arguments/test_default/test_tutorial001.py::test_call_no_arg PASSED
144 tests/test_tutorial/test_arguments/test_default/test_tutorial001.py::test_call_arg PASSED
145 tests/test_tutorial/test_arguments/test_default/test_tutorial001.py::test_script PASSED
146 tests/test_tutorial/test_arguments/test_default/test_tutorial001_an.py::test_help PASSED
147 tests/test_tutorial/test_arguments/test_default/test_tutorial001_an.py::test_call_no_arg PASSED
148 tests/test_tutorial/test_arguments/test_default/test_tutorial001_an.py::test_call_arg PASSED
149 tests/test_tutorial/test_arguments/test_default/test_tutorial001_an.py::test_script PASSED
150 tests/test_tutorial/test_arguments/test_default/test_tutorial002.py::test_help PASSED
151 tests/test_tutorial/test_arguments/test_default/test_tutorial002.py::test_call_no_arg PASSED
152 tests/test_tutorial/test_arguments/test_default/test_tutorial002.py::test_call_arg PASSED
153 tests/test_tutorial/test_arguments/test_default/test_tutorial002.py::test_script PASSED
154 tests/test_tutorial/test_arguments/test_default/test_tutorial002_an.py::test_help PASSED
155 tests/test_tutorial/test_arguments/test_default/test_tutorial002_an.py::test_call_no_arg PASSED
156 tests/test_tutorial/test_arguments/test_default/test_tutorial002_an.py::test_call_arg PASSED
157 tests/test_tutorial/test_arguments/test_default/test_tutorial002_an.py::test_script PASSED
158 tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py::test_help PASSED
159 tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py::test_help_no_rich PASSED
160 tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py::test_call_arg PASSED
161 tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py::test_call_env_var PASSED
162 tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py::test_call_env_var_arg PASSED
163 tests/test_tutorial/test_arguments/test_envvar/test_tutorial001.py::test_script PASSED
164 tests/test_tutorial/test_arguments/test_envvar/test_tutorial001_an.py::test_help PASSED
165 tests/test_tutorial/test_arguments/test_envvar/test_tutorial001_an.py::test_help_no_rich PASSED
166 tests/test_tutorial/test_arguments/test_envvar/test_tutorial001_an.py::test_call_arg PASSED
167 tests/test_tutorial/test_arguments/test_envvar/test_tutorial001_an.py::test_call_env_var PASSED
168 tests/test_tutorial/test_arguments/test_envvar/test_tutorial001_an.py::test_call_env_var_arg PASSED
169 tests/test_tutorial/test_arguments/test_envvar/test_tutorial001_an.py::test_script PASSED
170 tests/test_tutorial/test_arguments/test_envvar/test_tutorial002.py::test_help PASSED
171 tests/test_tutorial/test_arguments/test_envvar/test_tutorial002.py::test_call_arg PASSED
172 tests/test_tutorial/test_arguments/test_envvar/test_tutorial002.py::test_call_env_var1 PASSED
173 tests/test_tutorial/test_arguments/test_envvar/test_tutorial002.py::test_call_env_var2 PASSED
174 tests/test_tutorial/test_arguments/test_envvar/test_tutorial002.py::test_script PASSED
175 tests/test_tutorial/test_arguments/test_envvar/test_tutorial002_an.py::test_help PASSED
176 tests/test_tutorial/test_arguments/test_envvar/test_tutorial002_an.py::test_call_arg PASSED
177 tests/test_tutorial/test_arguments/test_envvar/test_tutorial002_an.py::test_call_env_var1 PASSED
178 tests/test_tutorial/test_arguments/test_envvar/test_tutorial002_an.py::test_call_env_var2 PASSED
179 tests/test_tutorial/test_arguments/test_envvar/test_tutorial002_an.py::test_script PASSED
180 tests/test_tutorial/test_arguments/test_envvar/test_tutorial003.py::test_help PASSED
181 tests/test_tutorial/test_arguments/test_envvar/test_tutorial003.py::test_call_arg PASSED
182 tests/test_tutorial/test_arguments/test_envvar/test_tutorial003.py::test_call_env_var PASSED
183 tests/test_tutorial/test_arguments/test_envvar/test_tutorial003.py::test_call_env_var_arg PASSED
184 tests/test_tutorial/test_arguments/test_envvar/test_tutorial003.py::test_script PASSED
185 tests/test_tutorial/test_arguments/test_envvar/test_tutorial003_an.py::test_help PASSED
186 tests/test_tutorial/test_arguments/test_envvar/test_tutorial003_an.py::test_call_arg PASSED
187 tests/test_tutorial/test_arguments/test_envvar/test_tutorial003_an.py::test_call_env_var PASSED
188 tests/test_tutorial/test_arguments/test_envvar/test_tutorial003_an.py::test_call_env_var_arg PASSED
189 tests/test_tutorial/test_arguments/test_envvar/test_tutorial003_an.py::test_script PASSED
190 tests/test_tutorial/test_arguments/test_help/test_tutorial001.py::test_help PASSED
191 tests/test_tutorial/test_arguments/test_help/test_tutorial001.py::test_help_no_rich PASSED
192 tests/test_tutorial/test_arguments/test_help/test_tutorial001.py::test_call_arg PASSED
193 tests/test_tutorial/test_arguments/test_help/test_tutorial001.py::test_script PASSED
194 tests/test_tutorial/test_arguments/test_help/test_tutorial001_an.py::test_help PASSED
195 tests/test_tutorial/test_arguments/test_help/test_tutorial001_an.py::test_help_no_rich PASSED
196 tests/test_tutorial/test_arguments/test_help/test_tutorial001_an.py::test_call_arg PASSED
197 tests/test_tutorial/test_arguments/test_help/test_tutorial001_an.py::test_script PASSED
198 tests/test_tutorial/test_arguments/test_help/test_tutorial002.py::test_help PASSED
199 tests/test_tutorial/test_arguments/test_help/test_tutorial002.py::test_call_arg PASSED
200 tests/test_tutorial/test_arguments/test_help/test_tutorial002.py::test_script PASSED
201 tests/test_tutorial/test_arguments/test_help/test_tutorial002_an.py::test_help PASSED
202 tests/test_tutorial/test_arguments/test_help/test_tutorial002_an.py::test_call_arg PASSED
203 tests/test_tutorial/test_arguments/test_help/test_tutorial002_an.py::test_script PASSED
204 tests/test_tutorial/test_arguments/test_help/test_tutorial003.py::test_help PASSED
205 tests/test_tutorial/test_arguments/test_help/test_tutorial003.py::test_call_arg PASSED
206 tests/test_tutorial/test_arguments/test_help/test_tutorial003.py::test_script PASSED
207 tests/test_tutorial/test_arguments/test_help/test_tutorial003_an.py::test_help PASSED
208 tests/test_tutorial/test_arguments/test_help/test_tutorial003_an.py::test_call_arg PASSED
209 tests/test_tutorial/test_arguments/test_help/test_tutorial003_an.py::test_script PASSED
210 tests/test_tutorial/test_arguments/test_help/test_tutorial004.py::test_help PASSED
211 tests/test_tutorial/test_arguments/test_help/test_tutorial004.py::test_call_arg PASSED
212 tests/test_tutorial/test_arguments/test_help/test_tutorial004.py::test_script PASSED
213 tests/test_tutorial/test_arguments/test_help/test_tutorial004_an.py::test_help PASSED
214 tests/test_tutorial/test_arguments/test_help/test_tutorial004_an.py::test_call_arg PASSED
215 tests/test_tutorial/test_arguments/test_help/test_tutorial004_an.py::test_script PASSED
216 tests/test_tutorial/test_arguments/test_help/test_tutorial005.py::test_help PASSED
217 tests/test_tutorial/test_arguments/test_help/test_tutorial005.py::test_call_arg PASSED
218 tests/test_tutorial/test_arguments/test_help/test_tutorial005.py::test_script PASSED
219 tests/test_tutorial/test_arguments/test_help/test_tutorial005_an.py::test_help PASSED
220 tests/test_tutorial/test_arguments/test_help/test_tutorial005_an.py::test_call_arg PASSED
221 tests/test_tutorial/test_arguments/test_help/test_tutorial005_an.py::test_script PASSED
222 tests/test_tutorial/test_arguments/test_help/test_tutorial006.py::test_help PASSED
223 tests/test_tutorial/test_arguments/test_help/test_tutorial006.py::test_call_arg PASSED
224 tests/test_tutorial/test_arguments/test_help/test_tutorial006.py::test_script PASSED
225 tests/test_tutorial/test_arguments/test_help/test_tutorial006_an.py::test_help PASSED
226 tests/test_tutorial/test_arguments/test_help/test_tutorial006_an.py::test_call_arg PASSED
227 tests/test_tutorial/test_arguments/test_help/test_tutorial006_an.py::test_script PASSED
228 tests/test_tutorial/test_arguments/test_help/test_tutorial007.py::test_help PASSED
229 tests/test_tutorial/test_arguments/test_help/test_tutorial007.py::test_call_arg PASSED
230 tests/test_tutorial/test_arguments/test_help/test_tutorial007.py::test_script PASSED
231 tests/test_tutorial/test_arguments/test_help/test_tutorial007_an.py::test_help PASSED
232 tests/test_tutorial/test_arguments/test_help/test_tutorial007_an.py::test_call_arg PASSED
233 tests/test_tutorial/test_arguments/test_help/test_tutorial007_an.py::test_script PASSED
234 tests/test_tutorial/test_arguments/test_help/test_tutorial008.py::test_help PASSED
235 tests/test_tutorial/test_arguments/test_help/test_tutorial008.py::test_help_no_rich PASSED
236 tests/test_tutorial/test_arguments/test_help/test_tutorial008.py::test_call_arg PASSED
237 tests/test_tutorial/test_arguments/test_help/test_tutorial008.py::test_script PASSED
238 tests/test_tutorial/test_arguments/test_help/test_tutorial008_an.py::test_help PASSED
239 tests/test_tutorial/test_arguments/test_help/test_tutorial008_an.py::test_help_no_rich PASSED
240 tests/test_tutorial/test_arguments/test_help/test_tutorial008_an.py::test_call_arg PASSED
241 tests/test_tutorial/test_arguments/test_help/test_tutorial008_an.py::test_script PASSED
242 tests/test_tutorial/test_arguments/test_optional/test_tutorial001.py::test_call_no_arg PASSED
243 tests/test_tutorial/test_arguments/test_optional/test_tutorial001.py::test_call_no_arg_standalone PASSED
244 tests/test_tutorial/test_arguments/test_optional/test_tutorial001.py::test_call_no_arg_no_rich PASSED
245 tests/test_tutorial/test_arguments/test_optional/test_tutorial001.py::test_call_arg PASSED
246 tests/test_tutorial/test_arguments/test_optional/test_tutorial001.py::test_script PASSED
247 tests/test_tutorial/test_arguments/test_optional/test_tutorial001_an.py::test_call_no_arg PASSED
248 tests/test_tutorial/test_arguments/test_optional/test_tutorial001_an.py::test_call_no_arg_standalone PASSED
249 tests/test_tutorial/test_arguments/test_optional/test_tutorial001_an.py::test_call_no_arg_no_rich PASSED
250 tests/test_tutorial/test_arguments/test_optional/test_tutorial001_an.py::test_call_arg PASSED
251 tests/test_tutorial/test_arguments/test_optional/test_tutorial001_an.py::test_script PASSED
252 tests/test_tutorial/test_arguments/test_optional/test_tutorial002.py::test_help PASSED
253 tests/test_tutorial/test_arguments/test_optional/test_tutorial002.py::test_call_no_arg PASSED
254 tests/test_tutorial/test_arguments/test_optional/test_tutorial002.py::test_call_arg PASSED
255 tests/test_tutorial/test_arguments/test_optional/test_tutorial002.py::test_script PASSED
256 tests/test_tutorial/test_arguments/test_optional/test_tutorial002_an.py::test_help PASSED
257 tests/test_tutorial/test_arguments/test_optional/test_tutorial002_an.py::test_call_no_arg PASSED
258 tests/test_tutorial/test_arguments/test_optional/test_tutorial002_an.py::test_call_arg PASSED
259 tests/test_tutorial/test_arguments/test_optional/test_tutorial002_an.py::test_script PASSED
260 tests/test_tutorial/test_arguments/test_optional/test_tutorial003.py::test_call_no_arg PASSED
261 tests/test_tutorial/test_arguments/test_optional/test_tutorial003.py::test_call_no_arg_standalone PASSED
262 tests/test_tutorial/test_arguments/test_optional/test_tutorial003.py::test_call_no_arg_no_rich PASSED
263 tests/test_tutorial/test_arguments/test_optional/test_tutorial003.py::test_call_arg PASSED
264 tests/test_tutorial/test_arguments/test_optional/test_tutorial003.py::test_script PASSED
265 tests/test_tutorial/test_commands/test_arguments/test_tutorial001.py::test_help_create PASSED
266 tests/test_tutorial/test_commands/test_arguments/test_tutorial001.py::test_help_delete PASSED
267 tests/test_tutorial/test_commands/test_arguments/test_tutorial001.py::test_create PASSED
268 tests/test_tutorial/test_commands/test_arguments/test_tutorial001.py::test_delete PASSED
269 tests/test_tutorial/test_commands/test_arguments/test_tutorial001.py::test_script PASSED
270 tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_help PASSED
271 tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_help_no_rich PASSED
272 tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_create PASSED
273 tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_create_verbose PASSED
274 tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_delete PASSED
275 tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_delete_verbose PASSED
276 tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_wrong_verbose PASSED
277 tests/test_tutorial/test_commands/test_callback/test_tutorial001.py::test_script PASSED
278 tests/test_tutorial/test_commands/test_callback/test_tutorial002.py::test_app PASSED
279 tests/test_tutorial/test_commands/test_callback/test_tutorial002.py::test_script PASSED
280 tests/test_tutorial/test_commands/test_callback/test_tutorial003.py::test_app PASSED
281 tests/test_tutorial/test_commands/test_callback/test_tutorial003.py::test_for_coverage PASSED
282 tests/test_tutorial/test_commands/test_callback/test_tutorial003.py::test_script PASSED
283 tests/test_tutorial/test_commands/test_callback/test_tutorial004.py::test_help PASSED
284 tests/test_tutorial/test_commands/test_callback/test_tutorial004.py::test_app PASSED
285 tests/test_tutorial/test_commands/test_callback/test_tutorial004.py::test_script PASSED
286 tests/test_tutorial/test_commands/test_context/test_tutorial001.py::test_create PASSED
287 tests/test_tutorial/test_commands/test_context/test_tutorial001.py::test_delete PASSED
288 tests/test_tutorial/test_commands/test_context/test_tutorial001.py::test_script PASSED
289 tests/test_tutorial/test_commands/test_context/test_tutorial002.py::test_create PASSED
290 tests/test_tutorial/test_commands/test_context/test_tutorial002.py::test_delete PASSED
291 tests/test_tutorial/test_commands/test_context/test_tutorial002.py::test_callback PASSED
292 tests/test_tutorial/test_commands/test_context/test_tutorial002.py::test_script PASSED
293 tests/test_tutorial/test_commands/test_context/test_tutorial003.py::test_create PASSED
294 tests/test_tutorial/test_commands/test_context/test_tutorial003.py::test_delete PASSED
295 tests/test_tutorial/test_commands/test_context/test_tutorial003.py::test_callback PASSED
296 tests/test_tutorial/test_commands/test_context/test_tutorial003.py::test_script PASSED
297 tests/test_tutorial/test_commands/test_context/test_tutorial004.py::test_1 PASSED
298 tests/test_tutorial/test_commands/test_context/test_tutorial004.py::test_script PASSED
299 tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_help PASSED
300 tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_help_create PASSED
301 tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_help_delete PASSED
302 tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_help_delete_all PASSED
303 tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_help_init PASSED
304 tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_create PASSED
305 tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_delete PASSED
306 tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_no_delete PASSED
307 tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_delete_all PASSED
308 tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_no_delete_all PASSED
309 tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_init PASSED
310 tests/test_tutorial/test_commands/test_help/test_tutorial001.py::test_script PASSED
311 tests/test_tutorial/test_commands/test_help/test_tutorial001_an.py::test_help PASSED
312 tests/test_tutorial/test_commands/test_help/test_tutorial001_an.py::test_help_create PASSED
313 tests/test_tutorial/test_commands/test_help/test_tutorial001_an.py::test_help_delete PASSED
314 tests/test_tutorial/test_commands/test_help/test_tutorial001_an.py::test_help_delete_all PASSED
315 tests/test_tutorial/test_commands/test_help/test_tutorial001_an.py::test_help_init PASSED
316 tests/test_tutorial/test_commands/test_help/test_tutorial001_an.py::test_create PASSED
317 tests/test_tutorial/test_commands/test_help/test_tutorial001_an.py::test_delete PASSED
318 tests/test_tutorial/test_commands/test_help/test_tutorial001_an.py::test_no_delete PASSED
319 tests/test_tutorial/test_commands/test_help/test_tutorial001_an.py::test_delete_all PASSED
320 tests/test_tutorial/test_commands/test_help/test_tutorial001_an.py::test_no_delete_all PASSED
321 tests/test_tutorial/test_commands/test_help/test_tutorial001_an.py::test_init PASSED
322 tests/test_tutorial/test_commands/test_help/test_tutorial001_an.py::test_script PASSED
323 tests/test_tutorial/test_commands/test_help/test_tutorial002.py::test_help PASSED
324 tests/test_tutorial/test_commands/test_help/test_tutorial002.py::test_help_create PASSED
325 tests/test_tutorial/test_commands/test_help/test_tutorial002.py::test_help_delete PASSED
326 tests/test_tutorial/test_commands/test_help/test_tutorial002.py::test_create PASSED
327 tests/test_tutorial/test_commands/test_help/test_tutorial002.py::test_delete PASSED
328 tests/test_tutorial/test_commands/test_help/test_tutorial002.py::test_script PASSED
329 tests/test_tutorial/test_commands/test_help/test_tutorial003.py::test_help PASSED
330 tests/test_tutorial/test_commands/test_help/test_tutorial003.py::test_help_delete PASSED
331 tests/test_tutorial/test_commands/test_help/test_tutorial003.py::test_call PASSED
332 tests/test_tutorial/test_commands/test_help/test_tutorial003.py::test_script PASSED
333 tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_help PASSED
334 tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_help_create PASSED
335 tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_help_delete PASSED
336 tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_create PASSED
337 tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_delete PASSED
338 tests/test_tutorial/test_commands/test_help/test_tutorial004.py::test_script PASSED
339 tests/test_tutorial/test_commands/test_help/test_tutorial004_an.py::test_help PASSED
340 tests/test_tutorial/test_commands/test_help/test_tutorial004_an.py::test_help_create PASSED
341 tests/test_tutorial/test_commands/test_help/test_tutorial004_an.py::test_help_delete PASSED
342 tests/test_tutorial/test_commands/test_help/test_tutorial004_an.py::test_create PASSED
343 tests/test_tutorial/test_commands/test_help/test_tutorial004_an.py::test_delete PASSED
344 tests/test_tutorial/test_commands/test_help/test_tutorial004_an.py::test_script PASSED
345 tests/test_tutorial/test_commands/test_help/test_tutorial005.py::test_help PASSED
346 tests/test_tutorial/test_commands/test_help/test_tutorial005.py::test_help_create PASSED
347 tests/test_tutorial/test_commands/test_help/test_tutorial005.py::test_help_delete PASSED
348 tests/test_tutorial/test_commands/test_help/test_tutorial005.py::test_create PASSED
349 tests/test_tutorial/test_commands/test_help/test_tutorial005.py::test_delete PASSED
350 tests/test_tutorial/test_commands/test_help/test_tutorial005.py::test_script PASSED
351 tests/test_tutorial/test_commands/test_help/test_tutorial005_an.py::test_help PASSED
352 tests/test_tutorial/test_commands/test_help/test_tutorial005_an.py::test_help_create PASSED
353 tests/test_tutorial/test_commands/test_help/test_tutorial005_an.py::test_help_delete PASSED
354 tests/test_tutorial/test_commands/test_help/test_tutorial005_an.py::test_create PASSED
355 tests/test_tutorial/test_commands/test_help/test_tutorial005_an.py::test_delete PASSED
356 tests/test_tutorial/test_commands/test_help/test_tutorial005_an.py::test_script PASSED
357 tests/test_tutorial/test_commands/test_help/test_tutorial006.py::test_main_help PASSED
358 tests/test_tutorial/test_commands/test_help/test_tutorial006.py::test_call PASSED
359 tests/test_tutorial/test_commands/test_help/test_tutorial006.py::test_script PASSED
360 tests/test_tutorial/test_commands/test_help/test_tutorial007.py::test_main_help PASSED
361 tests/test_tutorial/test_commands/test_help/test_tutorial007.py::test_create_help PASSED
362 tests/test_tutorial/test_commands/test_help/test_tutorial007.py::test_call PASSED
363 tests/test_tutorial/test_commands/test_help/test_tutorial007.py::test_script PASSED
364 tests/test_tutorial/test_commands/test_help/test_tutorial007_an.py::test_main_help PASSED
365 tests/test_tutorial/test_commands/test_help/test_tutorial007_an.py::test_create_help PASSED
366 tests/test_tutorial/test_commands/test_help/test_tutorial007_an.py::test_call PASSED
367 tests/test_tutorial/test_commands/test_help/test_tutorial007_an.py::test_script PASSED
368 tests/test_tutorial/test_commands/test_help/test_tutorial008.py::test_main_help PASSED
369 tests/test_tutorial/test_commands/test_help/test_tutorial008.py::test_call PASSED
370 tests/test_tutorial/test_commands/test_help/test_tutorial008.py::test_script PASSED
371 tests/test_tutorial/test_commands/test_index/test_tutorial001.py::test_no_arg PASSED
372 tests/test_tutorial/test_commands/test_index/test_tutorial001.py::test_arg PASSED
373 tests/test_tutorial/test_commands/test_index/test_tutorial001.py::test_script PASSED
374 tests/test_tutorial/test_commands/test_index/test_tutorial002.py::test_help PASSED
375 tests/test_tutorial/test_commands/test_index/test_tutorial002.py::test_create PASSED
376 tests/test_tutorial/test_commands/test_index/test_tutorial002.py::test_delete PASSED
377 tests/test_tutorial/test_commands/test_index/test_tutorial002.py::test_script PASSED
378 tests/test_tutorial/test_commands/test_index/test_tutorial003.py::test_no_arg PASSED
379 tests/test_tutorial/test_commands/test_index/test_tutorial003.py::test_create PASSED
380 tests/test_tutorial/test_commands/test_index/test_tutorial003.py::test_delete PASSED
381 tests/test_tutorial/test_commands/test_index/test_tutorial003.py::test_script PASSED
382 tests/test_tutorial/test_commands/test_name/test_tutorial001.py::test_help PASSED
383 tests/test_tutorial/test_commands/test_name/test_tutorial001.py::test_create PASSED
384 tests/test_tutorial/test_commands/test_name/test_tutorial001.py::test_delete PASSED
385 tests/test_tutorial/test_commands/test_name/test_tutorial001.py::test_script PASSED
386 tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial001.py::test_help PASSED
387 tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial001.py::test_command PASSED
388 tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial001.py::test_script PASSED
389 tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial002.py::test_help PASSED
390 tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial002.py::test_command PASSED
391 tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial002.py::test_script PASSED
392 tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_help PASSED
393 tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_create PASSED
394 tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_delete PASSED
395 tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_no_delete PASSED
396 tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_delete_all PASSED
397 tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_no_delete_all PASSED
398 tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_delete_all_force PASSED
399 tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_init PASSED
400 tests/test_tutorial/test_commands/test_options/test_tutorial001.py::test_script PASSED
401 tests/test_tutorial/test_commands/test_options/test_tutorial001_an.py::test_help PASSED
402 tests/test_tutorial/test_commands/test_options/test_tutorial001_an.py::test_create PASSED
403 tests/test_tutorial/test_commands/test_options/test_tutorial001_an.py::test_delete PASSED
404 tests/test_tutorial/test_commands/test_options/test_tutorial001_an.py::test_no_delete PASSED
405 tests/test_tutorial/test_commands/test_options/test_tutorial001_an.py::test_delete_all PASSED
406 tests/test_tutorial/test_commands/test_options/test_tutorial001_an.py::test_no_delete_all PASSED
407 tests/test_tutorial/test_commands/test_options/test_tutorial001_an.py::test_delete_all_force PASSED
408 tests/test_tutorial/test_commands/test_options/test_tutorial001_an.py::test_init PASSED
409 tests/test_tutorial/test_commands/test_options/test_tutorial001_an.py::test_script PASSED
410 tests/test_tutorial/test_exceptions/test_tutorial001.py::test_traceback_rich PASSED
411 tests/test_tutorial/test_exceptions/test_tutorial001.py::test_standard_traceback_env_var PASSED
412 tests/test_tutorial/test_exceptions/test_tutorial001.py::test_script PASSED
413 tests/test_tutorial/test_exceptions/test_tutorial002.py::test_traceback_rich PASSED
414 tests/test_tutorial/test_exceptions/test_tutorial002.py::test_standard_traceback_env_var PASSED
415 tests/test_tutorial/test_exceptions/test_tutorial002.py::test_script PASSED
416 tests/test_tutorial/test_exceptions/test_tutorial003.py::test_traceback_rich_pretty_short_disable PASSED
417 tests/test_tutorial/test_exceptions/test_tutorial003.py::test_script PASSED
418 tests/test_tutorial/test_exceptions/test_tutorial004.py::test_rich_pretty_exceptions_disable PASSED
419 tests/test_tutorial/test_exceptions/test_tutorial004.py::test_script PASSED
420 tests/test_tutorial/test_first_steps/test_tutorial001.py::test_cli PASSED
421 tests/test_tutorial/test_first_steps/test_tutorial001.py::test_script PASSED
422 tests/test_tutorial/test_first_steps/test_tutorial002.py::test_1 PASSED
423 tests/test_tutorial/test_first_steps/test_tutorial002.py::test_2 PASSED
424 tests/test_tutorial/test_first_steps/test_tutorial002.py::test_script PASSED
425 tests/test_tutorial/test_first_steps/test_tutorial003.py::test_1 PASSED
426 tests/test_tutorial/test_first_steps/test_tutorial003.py::test_2 PASSED
427 tests/test_tutorial/test_first_steps/test_tutorial003.py::test_script PASSED
428 tests/test_tutorial/test_first_steps/test_tutorial004.py::test_help PASSED
429 tests/test_tutorial/test_first_steps/test_tutorial004.py::test_1 PASSED
430 tests/test_tutorial/test_first_steps/test_tutorial004.py::test_formal_1 PASSED
431 tests/test_tutorial/test_first_steps/test_tutorial004.py::test_formal_2 PASSED
432 tests/test_tutorial/test_first_steps/test_tutorial004.py::test_formal_3 PASSED
433 tests/test_tutorial/test_first_steps/test_tutorial004.py::test_script PASSED
434 tests/test_tutorial/test_first_steps/test_tutorial005.py::test_help PASSED
435 tests/test_tutorial/test_first_steps/test_tutorial005.py::test_1 PASSED
436 tests/test_tutorial/test_first_steps/test_tutorial005.py::test_option_lastname PASSED
437 tests/test_tutorial/test_first_steps/test_tutorial005.py::test_option_lastname_2 PASSED
438 tests/test_tutorial/test_first_steps/test_tutorial005.py::test_formal_1 PASSED
439 tests/test_tutorial/test_first_steps/test_tutorial005.py::test_script PASSED
440 tests/test_tutorial/test_first_steps/test_tutorial006.py::test_help PASSED
441 tests/test_tutorial/test_first_steps/test_tutorial006.py::test_1 PASSED
442 tests/test_tutorial/test_first_steps/test_tutorial006.py::test_option_lastname PASSED
443 tests/test_tutorial/test_first_steps/test_tutorial006.py::test_option_lastname_2 PASSED
444 tests/test_tutorial/test_first_steps/test_tutorial006.py::test_formal_1 PASSED
445 tests/test_tutorial/test_first_steps/test_tutorial006.py::test_script PASSED
446 tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial001.py::test_main PASSED
447 tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial001.py::test_script PASSED
448 tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002.py::test_help PASSED
449 tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002.py::test_defaults PASSED
450 tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002.py::test_invalid_args PASSED
451 tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002.py::test_valid_args PASSED
452 tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002.py::test_script PASSED
453 tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002_an.py::test_help PASSED
454 tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002_an.py::test_defaults PASSED
455 tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002_an.py::test_invalid_args PASSED
456 tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002_an.py::test_valid_args PASSED
457 tests/test_tutorial/test_multiple_values/test_arguments_with_multiple_values/test_tutorial002_an.py::test_script PASSED
458 tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001.py::test_main PASSED
459 tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001.py::test_1_user PASSED
460 tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001.py::test_3_user PASSED
461 tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001.py::test_script PASSED
462 tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001_an.py::test_main PASSED
463 tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001_an.py::test_1_user PASSED
464 tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001_an.py::test_3_user PASSED
465 tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial001_an.py::test_script PASSED
466 tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002.py::test_main PASSED
467 tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002.py::test_1_number PASSED
468 tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002.py::test_2_number PASSED
469 tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002.py::test_script PASSED
470 tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002_an.py::test_main PASSED
471 tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002_an.py::test_1_number PASSED
472 tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002_an.py::test_2_number PASSED
473 tests/test_tutorial/test_multiple_values/test_multiple_options/test_tutorial002_an.py::test_script PASSED
474 tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001.py::test_main PASSED
475 tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001.py::test_user_1 PASSED
476 tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001.py::test_user_2 PASSED
477 tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001.py::test_invalid_user PASSED
478 tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001.py::test_script PASSED
479 tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001_an.py::test_main PASSED
480 tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001_an.py::test_user_1 PASSED
481 tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001_an.py::test_user_2 PASSED
482 tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001_an.py::test_invalid_user PASSED
483 tests/test_tutorial/test_multiple_values/test_options_with_multiple_values/test_tutorial001_an.py::test_script PASSED
484 tests/test_tutorial/test_options/test_callback/test_tutorial001.py::test_1 PASSED
485 tests/test_tutorial/test_options/test_callback/test_tutorial001.py::test_2 PASSED
486 tests/test_tutorial/test_options/test_callback/test_tutorial001.py::test_script PASSED
487 tests/test_tutorial/test_options/test_callback/test_tutorial001_an.py::test_1 PASSED
488 tests/test_tutorial/test_options/test_callback/test_tutorial001_an.py::test_2 PASSED
489 tests/test_tutorial/test_options/test_callback/test_tutorial001_an.py::test_script PASSED
490 tests/test_tutorial/test_options/test_callback/test_tutorial003.py::test_1 PASSED
491 tests/test_tutorial/test_options/test_callback/test_tutorial003.py::test_2 PASSED
492 tests/test_tutorial/test_options/test_callback/test_tutorial003.py::test_script PASSED
493 tests/test_tutorial/test_options/test_callback/test_tutorial003.py::test_completion PASSED
494 tests/test_tutorial/test_options/test_callback/test_tutorial003_an.py::test_1 PASSED
495 tests/test_tutorial/test_options/test_callback/test_tutorial003_an.py::test_2 PASSED
496 tests/test_tutorial/test_options/test_callback/test_tutorial003_an.py::test_script PASSED
497 tests/test_tutorial/test_options/test_callback/test_tutorial003_an.py::test_completion PASSED
498 tests/test_tutorial/test_options/test_callback/test_tutorial004.py::test_1 PASSED
499 tests/test_tutorial/test_options/test_callback/test_tutorial004.py::test_2 PASSED
500 tests/test_tutorial/test_options/test_callback/test_tutorial004.py::test_script PASSED
501 tests/test_tutorial/test_options/test_callback/test_tutorial004.py::test_completion PASSED
502 tests/test_tutorial/test_options/test_callback/test_tutorial004_an.py::test_1 PASSED
503 tests/test_tutorial/test_options/test_callback/test_tutorial004_an.py::test_2 PASSED
504 tests/test_tutorial/test_options/test_callback/test_tutorial004_an.py::test_script PASSED
505 tests/test_tutorial/test_options/test_callback/test_tutorial004_an.py::test_completion PASSED
506 tests/test_tutorial/test_options/test_help/test_tutorial001.py::test_help PASSED
507 tests/test_tutorial/test_options/test_help/test_tutorial001.py::test_1 PASSED
508 tests/test_tutorial/test_options/test_help/test_tutorial001.py::test_option_lastname PASSED
509 tests/test_tutorial/test_options/test_help/test_tutorial001.py::test_formal PASSED
510 tests/test_tutorial/test_options/test_help/test_tutorial001.py::test_script PASSED
511 tests/test_tutorial/test_options/test_help/test_tutorial001_an.py::test_help PASSED
512 tests/test_tutorial/test_options/test_help/test_tutorial001_an.py::test_1 PASSED
513 tests/test_tutorial/test_options/test_help/test_tutorial001_an.py::test_option_lastname PASSED
514 tests/test_tutorial/test_options/test_help/test_tutorial001_an.py::test_formal PASSED
515 tests/test_tutorial/test_options/test_help/test_tutorial001_an.py::test_script PASSED
516 tests/test_tutorial/test_options/test_help/test_tutorial002.py::test_call PASSED
517 tests/test_tutorial/test_options/test_help/test_tutorial002.py::test_formal PASSED
518 tests/test_tutorial/test_options/test_help/test_tutorial002.py::test_help PASSED
519 tests/test_tutorial/test_options/test_help/test_tutorial002.py::test_script PASSED
520 tests/test_tutorial/test_options/test_help/test_tutorial002_an.py::test_call PASSED
521 tests/test_tutorial/test_options/test_help/test_tutorial002_an.py::test_formal PASSED
522 tests/test_tutorial/test_options/test_help/test_tutorial002_an.py::test_help PASSED
523 tests/test_tutorial/test_options/test_help/test_tutorial002_an.py::test_script PASSED
524 tests/test_tutorial/test_options/test_help/test_tutorial003.py::test_call PASSED
525 tests/test_tutorial/test_options/test_help/test_tutorial003.py::test_help PASSED
526 tests/test_tutorial/test_options/test_help/test_tutorial003.py::test_script PASSED
527 tests/test_tutorial/test_options/test_help/test_tutorial003_an.py::test_call PASSED
528 tests/test_tutorial/test_options/test_help/test_tutorial003_an.py::test_help PASSED
529 tests/test_tutorial/test_options/test_help/test_tutorial003_an.py::test_script PASSED
530 tests/test_tutorial/test_options/test_name/test_tutorial001.py::test_option_help PASSED
531 tests/test_tutorial/test_options/test_name/test_tutorial001.py::test_call PASSED
532 tests/test_tutorial/test_options/test_name/test_tutorial001.py::test_call_no_args PASSED
533 tests/test_tutorial/test_options/test_name/test_tutorial001.py::test_script PASSED
534 tests/test_tutorial/test_options/test_name/test_tutorial001_an.py::test_option_help PASSED
535 tests/test_tutorial/test_options/test_name/test_tutorial001_an.py::test_call PASSED
536 tests/test_tutorial/test_options/test_name/test_tutorial001_an.py::test_call_no_args PASSED
537 tests/test_tutorial/test_options/test_name/test_tutorial001_an.py::test_script PASSED
538 tests/test_tutorial/test_options/test_name/test_tutorial002.py::test_option_help PASSED
539 tests/test_tutorial/test_options/test_name/test_tutorial002.py::test_call PASSED
540 tests/test_tutorial/test_options/test_name/test_tutorial002.py::test_call_long PASSED
541 tests/test_tutorial/test_options/test_name/test_tutorial002.py::test_script PASSED
542 tests/test_tutorial/test_options/test_name/test_tutorial002_an.py::test_option_help PASSED
543 tests/test_tutorial/test_options/test_name/test_tutorial002_an.py::test_call PASSED
544 tests/test_tutorial/test_options/test_name/test_tutorial002_an.py::test_call_long PASSED
545 tests/test_tutorial/test_options/test_name/test_tutorial002_an.py::test_script PASSED
546 tests/test_tutorial/test_options/test_name/test_tutorial003.py::test_option_help PASSED
547 tests/test_tutorial/test_options/test_name/test_tutorial003.py::test_call PASSED
548 tests/test_tutorial/test_options/test_name/test_tutorial003.py::test_script PASSED
549 tests/test_tutorial/test_options/test_name/test_tutorial003_an.py::test_option_help PASSED
550 tests/test_tutorial/test_options/test_name/test_tutorial003_an.py::test_call PASSED
551 tests/test_tutorial/test_options/test_name/test_tutorial003_an.py::test_script PASSED
552 tests/test_tutorial/test_options/test_name/test_tutorial004.py::test_option_help PASSED
553 tests/test_tutorial/test_options/test_name/test_tutorial004.py::test_call PASSED
554 tests/test_tutorial/test_options/test_name/test_tutorial004.py::test_call_long PASSED
555 tests/test_tutorial/test_options/test_name/test_tutorial004.py::test_script PASSED
556 tests/test_tutorial/test_options/test_name/test_tutorial004_an.py::test_option_help PASSED
557 tests/test_tutorial/test_options/test_name/test_tutorial004_an.py::test_call PASSED
558 tests/test_tutorial/test_options/test_name/test_tutorial004_an.py::test_call_long PASSED
559 tests/test_tutorial/test_options/test_name/test_tutorial004_an.py::test_script PASSED
560 tests/test_tutorial/test_options/test_name/test_tutorial005.py::test_option_help PASSED
561 tests/test_tutorial/test_options/test_name/test_tutorial005.py::test_call PASSED
562 tests/test_tutorial/test_options/test_name/test_tutorial005.py::test_call_formal PASSED
563 tests/test_tutorial/test_options/test_name/test_tutorial005.py::test_call_formal_condensed PASSED
564 tests/test_tutorial/test_options/test_name/test_tutorial005.py::test_call_condensed_wrong_order PASSED
565 tests/test_tutorial/test_options/test_name/test_tutorial005.py::test_script PASSED
566 tests/test_tutorial/test_options/test_name/test_tutorial005_an.py::test_option_help PASSED
567 tests/test_tutorial/test_options/test_name/test_tutorial005_an.py::test_call PASSED
568 tests/test_tutorial/test_options/test_name/test_tutorial005_an.py::test_call_formal PASSED
569 tests/test_tutorial/test_options/test_name/test_tutorial005_an.py::test_call_formal_condensed PASSED
570 tests/test_tutorial/test_options/test_name/test_tutorial005_an.py::test_call_condensed_wrong_order PASSED
571 tests/test_tutorial/test_options/test_name/test_tutorial005_an.py::test_script PASSED
572 tests/test_tutorial/test_options/test_prompt/test_tutorial001.py::test_option_lastname PASSED
573 tests/test_tutorial/test_options/test_prompt/test_tutorial001.py::test_option_lastname_prompt PASSED
574 tests/test_tutorial/test_options/test_prompt/test_tutorial001.py::test_help PASSED
575 tests/test_tutorial/test_options/test_prompt/test_tutorial001.py::test_script PASSED
576 tests/test_tutorial/test_options/test_prompt/test_tutorial001_an.py::test_option_lastname PASSED
577 tests/test_tutorial/test_options/test_prompt/test_tutorial001_an.py::test_option_lastname_prompt PASSED
578 tests/test_tutorial/test_options/test_prompt/test_tutorial001_an.py::test_help PASSED
579 tests/test_tutorial/test_options/test_prompt/test_tutorial001_an.py::test_script PASSED
580 tests/test_tutorial/test_options/test_prompt/test_tutorial002.py::test_option_lastname PASSED
581 tests/test_tutorial/test_options/test_prompt/test_tutorial002.py::test_option_lastname_prompt PASSED
582 tests/test_tutorial/test_options/test_prompt/test_tutorial002.py::test_help PASSED
583 tests/test_tutorial/test_options/test_prompt/test_tutorial002.py::test_script PASSED
584 tests/test_tutorial/test_options/test_prompt/test_tutorial002_an.py::test_option_lastname PASSED
585 tests/test_tutorial/test_options/test_prompt/test_tutorial002_an.py::test_option_lastname_prompt PASSED
586 tests/test_tutorial/test_options/test_prompt/test_tutorial002_an.py::test_help PASSED
587 tests/test_tutorial/test_options/test_prompt/test_tutorial002_an.py::test_script PASSED
588 tests/test_tutorial/test_options/test_prompt/test_tutorial003.py::test_prompt PASSED
589 tests/test_tutorial/test_options/test_prompt/test_tutorial003.py::test_prompt_not_equal PASSED
590 tests/test_tutorial/test_options/test_prompt/test_tutorial003.py::test_option PASSED
591 tests/test_tutorial/test_options/test_prompt/test_tutorial003.py::test_help PASSED
592 tests/test_tutorial/test_options/test_prompt/test_tutorial003.py::test_script PASSED
593 tests/test_tutorial/test_options/test_prompt/test_tutorial003_an.py::test_prompt PASSED
594 tests/test_tutorial/test_options/test_prompt/test_tutorial003_an.py::test_prompt_not_equal PASSED
595 tests/test_tutorial/test_options/test_prompt/test_tutorial003_an.py::test_option PASSED
596 tests/test_tutorial/test_options/test_prompt/test_tutorial003_an.py::test_help PASSED
597 tests/test_tutorial/test_options/test_prompt/test_tutorial003_an.py::test_script PASSED
598 tests/test_tutorial/test_options/test_required/test_tutorial001.py::test_1 PASSED
599 tests/test_tutorial/test_options/test_required/test_tutorial001.py::test_option_lastname PASSED
600 tests/test_tutorial/test_options/test_required/test_tutorial001.py::test_help PASSED
601 tests/test_tutorial/test_options/test_required/test_tutorial001.py::test_help_no_rich PASSED
602 tests/test_tutorial/test_options/test_required/test_tutorial001.py::test_script PASSED
603 tests/test_tutorial/test_options/test_required/test_tutorial001_an.py::test_1 PASSED
604 tests/test_tutorial/test_options/test_required/test_tutorial001_an.py::test_option_lastname PASSED
605 tests/test_tutorial/test_options/test_required/test_tutorial001_an.py::test_help PASSED
606 tests/test_tutorial/test_options/test_required/test_tutorial001_an.py::test_help_no_rich PASSED
607 tests/test_tutorial/test_options/test_required/test_tutorial001_an.py::test_script PASSED
608 tests/test_tutorial/test_options/test_version/test_tutorial003.py::test_1 PASSED
609 tests/test_tutorial/test_options/test_version/test_tutorial003.py::test_2 PASSED
610 tests/test_tutorial/test_options/test_version/test_tutorial003.py::test_3 PASSED
611 tests/test_tutorial/test_options/test_version/test_tutorial003.py::test_script PASSED
612 tests/test_tutorial/test_options/test_version/test_tutorial003.py::test_completion PASSED
613 tests/test_tutorial/test_options/test_version/test_tutorial003_an.py::test_1 PASSED
614 tests/test_tutorial/test_options/test_version/test_tutorial003_an.py::test_2 PASSED
615 tests/test_tutorial/test_options/test_version/test_tutorial003_an.py::test_3 PASSED
616 tests/test_tutorial/test_options/test_version/test_tutorial003_an.py::test_script PASSED
617 tests/test_tutorial/test_options/test_version/test_tutorial003_an.py::test_completion PASSED
618 tests/test_tutorial/test_options_autocompletion/test_tutorial002.py::test_completion PASSED
619 tests/test_tutorial/test_options_autocompletion/test_tutorial002.py::test_1 PASSED
620 tests/test_tutorial/test_options_autocompletion/test_tutorial002.py::test_script PASSED
621 tests/test_tutorial/test_options_autocompletion/test_tutorial002_an.py::test_completion PASSED
622 tests/test_tutorial/test_options_autocompletion/test_tutorial002_an.py::test_1 PASSED
623 tests/test_tutorial/test_options_autocompletion/test_tutorial002_an.py::test_script PASSED
624 tests/test_tutorial/test_options_autocompletion/test_tutorial003.py::test_completion PASSED
625 tests/test_tutorial/test_options_autocompletion/test_tutorial003.py::test_1 PASSED
626 tests/test_tutorial/test_options_autocompletion/test_tutorial003.py::test_script PASSED
627 tests/test_tutorial/test_options_autocompletion/test_tutorial003_an.py::test_completion PASSED
628 tests/test_tutorial/test_options_autocompletion/test_tutorial003_an.py::test_1 PASSED
629 tests/test_tutorial/test_options_autocompletion/test_tutorial003_an.py::test_script PASSED
630 tests/test_tutorial/test_options_autocompletion/test_tutorial004.py::test_completion PASSED
631 tests/test_tutorial/test_options_autocompletion/test_tutorial004.py::test_1 PASSED
632 tests/test_tutorial/test_options_autocompletion/test_tutorial004.py::test_script PASSED
633 tests/test_tutorial/test_options_autocompletion/test_tutorial004_an.py::test_completion PASSED
634 tests/test_tutorial/test_options_autocompletion/test_tutorial004_an.py::test_1 PASSED
635 tests/test_tutorial/test_options_autocompletion/test_tutorial004_an.py::test_script PASSED
636 tests/test_tutorial/test_options_autocompletion/test_tutorial007.py::test_completion PASSED
637 tests/test_tutorial/test_options_autocompletion/test_tutorial007.py::test_1 PASSED
638 tests/test_tutorial/test_options_autocompletion/test_tutorial007.py::test_script PASSED
639 tests/test_tutorial/test_options_autocompletion/test_tutorial007_an.py::test_completion PASSED
640 tests/test_tutorial/test_options_autocompletion/test_tutorial007_an.py::test_1 PASSED
641 tests/test_tutorial/test_options_autocompletion/test_tutorial007_an.py::test_script PASSED
642 tests/test_tutorial/test_options_autocompletion/test_tutorial008.py::test_completion PASSED
643 tests/test_tutorial/test_options_autocompletion/test_tutorial008.py::test_1 PASSED
644 tests/test_tutorial/test_options_autocompletion/test_tutorial008.py::test_script PASSED
645 tests/test_tutorial/test_options_autocompletion/test_tutorial008_an.py::test_completion PASSED
646 tests/test_tutorial/test_options_autocompletion/test_tutorial008_an.py::test_1 PASSED
647 tests/test_tutorial/test_options_autocompletion/test_tutorial008_an.py::test_script PASSED
648 tests/test_tutorial/test_options_autocompletion/test_tutorial009.py::test_completion PASSED
649 tests/test_tutorial/test_options_autocompletion/test_tutorial009.py::test_1 PASSED
650 tests/test_tutorial/test_options_autocompletion/test_tutorial009.py::test_script PASSED
651 tests/test_tutorial/test_options_autocompletion/test_tutorial009_an.py::test_completion PASSED
652 tests/test_tutorial/test_options_autocompletion/test_tutorial009_an.py::test_1 PASSED
653 tests/test_tutorial/test_options_autocompletion/test_tutorial009_an.py::test_script PASSED
654 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001.py::test_help PASSED
655 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001.py::test_no_force PASSED
656 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001.py::test_force PASSED
657 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001.py::test_invalid_no_force PASSED
658 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001.py::test_script PASSED
659 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001_an.py::test_help PASSED
660 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001_an.py::test_no_force PASSED
661 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001_an.py::test_force PASSED
662 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001_an.py::test_invalid_no_force PASSED
663 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial001_an.py::test_script PASSED
664 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_help PASSED
665 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_help_no_rich PASSED
666 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_main PASSED
667 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_accept PASSED
668 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_reject PASSED
669 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_invalid_no_accept PASSED
670 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py::test_script PASSED
671 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002_an.py::test_help PASSED
672 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002_an.py::test_help_no_rich PASSED
673 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002_an.py::test_main PASSED
674 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002_an.py::test_accept PASSED
675 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002_an.py::test_reject PASSED
676 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002_an.py::test_invalid_no_accept PASSED
677 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002_an.py::test_script PASSED
678 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003.py::test_help PASSED
679 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003.py::test_force PASSED
680 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003.py::test_no_force PASSED
681 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003.py::test_script PASSED
682 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003_an.py::test_help PASSED
683 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003_an.py::test_force PASSED
684 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003_an.py::test_no_force PASSED
685 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial003_an.py::test_script PASSED
686 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004.py::test_help PASSED
687 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004.py::test_main PASSED
688 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004.py::test_demo PASSED
689 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004.py::test_short_demo PASSED
690 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004.py::test_script PASSED
691 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004_an.py::test_help PASSED
692 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004_an.py::test_main PASSED
693 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004_an.py::test_demo PASSED
694 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004_an.py::test_short_demo PASSED
695 tests/test_tutorial/test_parameter_types/test_bool/test_tutorial004_an.py::test_script PASSED
696 tests/test_tutorial/test_parameter_types/test_custom_types/test_tutorial001.py::test_help PASSED
697 tests/test_tutorial/test_parameter_types/test_custom_types/test_tutorial001.py::test_parse_custom_type PASSED
698 tests/test_tutorial/test_parameter_types/test_custom_types/test_tutorial001.py::test_parse_custom_type_with_default PASSED
699 tests/test_tutorial/test_parameter_types/test_custom_types/test_tutorial001.py::test_script PASSED
700 tests/test_tutorial/test_parameter_types/test_custom_types/test_tutorial001_an.py::test_help PASSED
701 tests/test_tutorial/test_parameter_types/test_custom_types/test_tutorial001_an.py::test_parse_custom_type PASSED
702 tests/test_tutorial/test_parameter_types/test_custom_types/test_tutorial001_an.py::test_parse_custom_type_with_default PASSED
703 tests/test_tutorial/test_parameter_types/test_custom_types/test_tutorial001_an.py::test_script PASSED
704 tests/test_tutorial/test_parameter_types/test_custom_types/test_tutorial002.py::test_help PASSED
705 tests/test_tutorial/test_parameter_types/test_custom_types/test_tutorial002.py::test_parse_custom_type PASSED
706 tests/test_tutorial/test_parameter_types/test_custom_types/test_tutorial002.py::test_parse_custom_type_with_default PASSED
707 tests/test_tutorial/test_parameter_types/test_custom_types/test_tutorial002.py::test_script PASSED
708 tests/test_tutorial/test_parameter_types/test_custom_types/test_tutorial002_an.py::test_help PASSED
709 tests/test_tutorial/test_parameter_types/test_custom_types/test_tutorial002_an.py::test_parse_custom_type PASSED
710 tests/test_tutorial/test_parameter_types/test_custom_types/test_tutorial002_an.py::test_parse_custom_type_with_default PASSED
711 tests/test_tutorial/test_parameter_types/test_custom_types/test_tutorial002_an.py::test_script PASSED
712 tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial001.py::test_help PASSED
713 tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial001.py::test_main PASSED
714 tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial001.py::test_invalid PASSED
715 tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial001.py::test_script PASSED
716 tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial002.py::test_main PASSED
717 tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial002.py::test_usa_weird_date_format PASSED
718 tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial002.py::test_script PASSED
719 tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial002_an.py::test_main PASSED
720 tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial002_an.py::test_usa_weird_date_format PASSED
721 tests/test_tutorial/test_parameter_types/test_datetime/test_tutorial002_an.py::test_script PASSED
722 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial001.py::test_help PASSED
723 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial001.py::test_main PASSED
724 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial001.py::test_invalid_case PASSED
725 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial001.py::test_invalid_other PASSED
726 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial001.py::test_script PASSED
727 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial002.py::test_upper PASSED
728 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial002.py::test_mix PASSED
729 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial002.py::test_script PASSED
730 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial002_an.py::test_upper PASSED
731 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial002_an.py::test_mix PASSED
732 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial002_an.py::test_script PASSED
733 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial003.py::test_help PASSED
734 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial003.py::test_call_no_arg PASSED
735 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial003.py::test_call_single_arg PASSED
736 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial003.py::test_call_multiple_arg PASSED
737 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial003.py::test_script PASSED
738 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial003_an.py::test_help PASSED
739 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial003_an.py::test_call_no_arg PASSED
740 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial003_an.py::test_call_single_arg PASSED
741 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial003_an.py::test_call_multiple_arg PASSED
742 tests/test_tutorial/test_parameter_types/test_enum/test_tutorial003_an.py::test_script PASSED
743 tests/test_tutorial/test_parameter_types/test_file/test_tutorial001.py::test_main PASSED
744 tests/test_tutorial/test_parameter_types/test_file/test_tutorial001.py::test_script PASSED
745 tests/test_tutorial/test_parameter_types/test_file/test_tutorial001_an.py::test_main PASSED
746 tests/test_tutorial/test_parameter_types/test_file/test_tutorial001_an.py::test_script PASSED
747 tests/test_tutorial/test_parameter_types/test_file/test_tutorial002.py::test_main PASSED
748 tests/test_tutorial/test_parameter_types/test_file/test_tutorial002.py::test_script PASSED
749 tests/test_tutorial/test_parameter_types/test_file/test_tutorial002_an.py::test_main PASSED
750 tests/test_tutorial/test_parameter_types/test_file/test_tutorial002_an.py::test_script PASSED
751 tests/test_tutorial/test_parameter_types/test_file/test_tutorial003.py::test_main PASSED
752 tests/test_tutorial/test_parameter_types/test_file/test_tutorial003.py::test_script PASSED
753 tests/test_tutorial/test_parameter_types/test_file/test_tutorial003_an.py::test_main PASSED
754 tests/test_tutorial/test_parameter_types/test_file/test_tutorial003_an.py::test_script PASSED
755 tests/test_tutorial/test_parameter_types/test_file/test_tutorial004.py::test_main PASSED
756 tests/test_tutorial/test_parameter_types/test_file/test_tutorial004.py::test_script PASSED
757 tests/test_tutorial/test_parameter_types/test_file/test_tutorial004_an.py::test_main PASSED
758 tests/test_tutorial/test_parameter_types/test_file/test_tutorial004_an.py::test_script PASSED
759 tests/test_tutorial/test_parameter_types/test_file/test_tutorial005.py::test_main PASSED
760 tests/test_tutorial/test_parameter_types/test_file/test_tutorial005.py::test_script PASSED
761 tests/test_tutorial/test_parameter_types/test_file/test_tutorial005_an.py::test_main PASSED
762 tests/test_tutorial/test_parameter_types/test_file/test_tutorial005_an.py::test_script PASSED
763 tests/test_tutorial/test_parameter_types/test_index/test_tutorial001.py::test_help PASSED
764 tests/test_tutorial/test_parameter_types/test_index/test_tutorial001.py::test_params PASSED
765 tests/test_tutorial/test_parameter_types/test_index/test_tutorial001.py::test_invalid PASSED
766 tests/test_tutorial/test_parameter_types/test_index/test_tutorial001.py::test_script PASSED
767 tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_help PASSED
768 tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_help_no_rich PASSED
769 tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_params PASSED
770 tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_invalid_id PASSED
771 tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_invalid_age PASSED
772 tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_invalid_score PASSED
773 tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_negative_score PASSED
774 tests/test_tutorial/test_parameter_types/test_number/test_tutorial001.py::test_script PASSED
775 tests/test_tutorial/test_parameter_types/test_number/test_tutorial001_an.py::test_help PASSED
776 tests/test_tutorial/test_parameter_types/test_number/test_tutorial001_an.py::test_help_no_rich PASSED
777 tests/test_tutorial/test_parameter_types/test_number/test_tutorial001_an.py::test_params PASSED
778 tests/test_tutorial/test_parameter_types/test_number/test_tutorial001_an.py::test_invalid_id PASSED
779 tests/test_tutorial/test_parameter_types/test_number/test_tutorial001_an.py::test_invalid_age PASSED
780 tests/test_tutorial/test_parameter_types/test_number/test_tutorial001_an.py::test_invalid_score PASSED
781 tests/test_tutorial/test_parameter_types/test_number/test_tutorial001_an.py::test_negative_score PASSED
782 tests/test_tutorial/test_parameter_types/test_number/test_tutorial001_an.py::test_script PASSED
783 tests/test_tutorial/test_parameter_types/test_number/test_tutorial002.py::test_invalid_id PASSED
784 tests/test_tutorial/test_parameter_types/test_number/test_tutorial002.py::test_clamped PASSED
785 tests/test_tutorial/test_parameter_types/test_number/test_tutorial002.py::test_script PASSED
786 tests/test_tutorial/test_parameter_types/test_number/test_tutorial002_an.py::test_invalid_id PASSED
787 tests/test_tutorial/test_parameter_types/test_number/test_tutorial002_an.py::test_clamped PASSED
788 tests/test_tutorial/test_parameter_types/test_number/test_tutorial002_an.py::test_script PASSED
789 tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_main PASSED
790 tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_verbose_1 PASSED
791 tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_verbose_3 PASSED
792 tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_verbose_short_1 PASSED
793 tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_verbose_short_3 PASSED
794 tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_verbose_short_3_condensed PASSED
795 tests/test_tutorial/test_parameter_types/test_number/test_tutorial003.py::test_script PASSED
796 tests/test_tutorial/test_parameter_types/test_number/test_tutorial003_an.py::test_main PASSED
797 tests/test_tutorial/test_parameter_types/test_number/test_tutorial003_an.py::test_verbose_1 PASSED
798 tests/test_tutorial/test_parameter_types/test_number/test_tutorial003_an.py::test_verbose_3 PASSED
799 tests/test_tutorial/test_parameter_types/test_number/test_tutorial003_an.py::test_verbose_short_1 PASSED
800 tests/test_tutorial/test_parameter_types/test_number/test_tutorial003_an.py::test_verbose_short_3 PASSED
801 tests/test_tutorial/test_parameter_types/test_number/test_tutorial003_an.py::test_verbose_short_3_condensed PASSED
802 tests/test_tutorial/test_parameter_types/test_number/test_tutorial003_an.py::test_script PASSED
803 tests/test_tutorial/test_parameter_types/test_path/test_tutorial001.py::test_no_path PASSED
804 tests/test_tutorial/test_parameter_types/test_path/test_tutorial001.py::test_not_exists PASSED
805 tests/test_tutorial/test_parameter_types/test_path/test_tutorial001.py::test_exists PASSED
806 tests/test_tutorial/test_parameter_types/test_path/test_tutorial001.py::test_dir PASSED
807 tests/test_tutorial/test_parameter_types/test_path/test_tutorial001.py::test_script PASSED
808 tests/test_tutorial/test_parameter_types/test_path/test_tutorial001_an.py::test_no_path PASSED
809 tests/test_tutorial/test_parameter_types/test_path/test_tutorial001_an.py::test_not_exists PASSED
810 tests/test_tutorial/test_parameter_types/test_path/test_tutorial001_an.py::test_exists PASSED
811 tests/test_tutorial/test_parameter_types/test_path/test_tutorial001_an.py::test_dir PASSED
812 tests/test_tutorial/test_parameter_types/test_path/test_tutorial001_an.py::test_script PASSED
813 tests/test_tutorial/test_parameter_types/test_path/test_tutorial002.py::test_not_exists PASSED
814 tests/test_tutorial/test_parameter_types/test_path/test_tutorial002.py::test_exists PASSED
815 tests/test_tutorial/test_parameter_types/test_path/test_tutorial002.py::test_dir PASSED
816 tests/test_tutorial/test_parameter_types/test_path/test_tutorial002.py::test_script PASSED
817 tests/test_tutorial/test_parameter_types/test_path/test_tutorial002_an.py::test_not_exists PASSED
818 tests/test_tutorial/test_parameter_types/test_path/test_tutorial002_an.py::test_exists PASSED
819 tests/test_tutorial/test_parameter_types/test_path/test_tutorial002_an.py::test_dir PASSED
820 tests/test_tutorial/test_parameter_types/test_path/test_tutorial002_an.py::test_script PASSED
821 tests/test_tutorial/test_parameter_types/test_uuid/test_tutorial001.py::test_main PASSED
822 tests/test_tutorial/test_parameter_types/test_uuid/test_tutorial001.py::test_invalid_uuid PASSED
823 tests/test_tutorial/test_parameter_types/test_uuid/test_tutorial001.py::test_script PASSED
824 tests/test_tutorial/test_prompt/test_tutorial001.py::test_cli PASSED
825 tests/test_tutorial/test_prompt/test_tutorial001.py::test_script PASSED
826 tests/test_tutorial/test_prompt/test_tutorial002.py::test_cli PASSED
827 tests/test_tutorial/test_prompt/test_tutorial002.py::test_no_confirm PASSED
828 tests/test_tutorial/test_prompt/test_tutorial002.py::test_script PASSED
829 tests/test_tutorial/test_prompt/test_tutorial003.py::test_cli PASSED
830 tests/test_tutorial/test_prompt/test_tutorial003.py::test_no_confirm PASSED
831 tests/test_tutorial/test_prompt/test_tutorial003.py::test_script PASSED
832 tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial001.py::test_cli PASSED
833 tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial001.py::test_script PASSED
834 tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial002.py::test_cli PASSED
835 tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial002.py::test_script PASSED
836 tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial003.py::test_cli PASSED
837 tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial003.py::test_for_coverage PASSED
838 tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial003.py::test_script PASSED
839 tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial004.py::test_cli PASSED
840 tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial004.py::test_for_coverage PASSED
841 tests/test_tutorial/test_subcommands/test_callback_override/test_tutorial004.py::test_script PASSED
842 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial001.py::test_help PASSED
843 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial001.py::test_command_help PASSED
844 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial001.py::test_command PASSED
845 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial001.py::test_script PASSED
846 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial002.py::test_help PASSED
847 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial002.py::test_command_help PASSED
848 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial002.py::test_command PASSED
849 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial002.py::test_script PASSED
850 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial003.py::test_help PASSED
851 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial003.py::test_command_help PASSED
852 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial003.py::test_command PASSED
853 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial003.py::test_script PASSED
854 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial004.py::test_help PASSED
855 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial004.py::test_command_help PASSED
856 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial004.py::test_command PASSED
857 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial004.py::test_script PASSED
858 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial005.py::test_help PASSED
859 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial005.py::test_command_help PASSED
860 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial005.py::test_command PASSED
861 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial005.py::test_script PASSED
862 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial006.py::test_help PASSED
863 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial006.py::test_command_help PASSED
864 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial006.py::test_command PASSED
865 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial006.py::test_script PASSED
866 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial007.py::test_help PASSED
867 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial007.py::test_command_help PASSED
868 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial007.py::test_command PASSED
869 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial007.py::test_script PASSED
870 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial008.py::test_help PASSED
871 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial008.py::test_command_help PASSED
872 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial008.py::test_command PASSED
873 tests/test_tutorial/test_subcommands/test_name_help/test_tutorial008.py::test_script PASSED
874 tests/test_tutorial/test_subcommands/test_tutorial001.py::test_help PASSED
875 tests/test_tutorial/test_subcommands/test_tutorial001.py::test_help_items PASSED
876 tests/test_tutorial/test_subcommands/test_tutorial001.py::test_items_create PASSED
877 tests/test_tutorial/test_subcommands/test_tutorial001.py::test_items_sell PASSED
878 tests/test_tutorial/test_subcommands/test_tutorial001.py::test_items_delete PASSED
879 tests/test_tutorial/test_subcommands/test_tutorial001.py::test_help_users PASSED
880 tests/test_tutorial/test_subcommands/test_tutorial001.py::test_users_create PASSED
881 tests/test_tutorial/test_subcommands/test_tutorial001.py::test_users_delete PASSED
882 tests/test_tutorial/test_subcommands/test_tutorial001.py::test_scripts PASSED
883 tests/test_tutorial/test_subcommands/test_tutorial002.py::test_help PASSED
884 tests/test_tutorial/test_subcommands/test_tutorial002.py::test_help_items PASSED
885 tests/test_tutorial/test_subcommands/test_tutorial002.py::test_items_create PASSED
886 tests/test_tutorial/test_subcommands/test_tutorial002.py::test_items_sell PASSED
887 tests/test_tutorial/test_subcommands/test_tutorial002.py::test_items_delete PASSED
888 tests/test_tutorial/test_subcommands/test_tutorial002.py::test_help_users PASSED
889 tests/test_tutorial/test_subcommands/test_tutorial002.py::test_users_create PASSED
890 tests/test_tutorial/test_subcommands/test_tutorial002.py::test_users_delete PASSED
891 tests/test_tutorial/test_subcommands/test_tutorial002.py::test_script PASSED
892 tests/test_tutorial/test_subcommands/test_tutorial003.py::test_help PASSED
893 tests/test_tutorial/test_subcommands/test_tutorial003.py::test_help_items PASSED
894 tests/test_tutorial/test_subcommands/test_tutorial003.py::test_items_create PASSED
895 tests/test_tutorial/test_subcommands/test_tutorial003.py::test_items_sell PASSED
896 tests/test_tutorial/test_subcommands/test_tutorial003.py::test_items_delete PASSED
897 tests/test_tutorial/test_subcommands/test_tutorial003.py::test_help_users PASSED
898 tests/test_tutorial/test_subcommands/test_tutorial003.py::test_users_create PASSED
899 tests/test_tutorial/test_subcommands/test_tutorial003.py::test_users_delete PASSED
900 tests/test_tutorial/test_subcommands/test_tutorial003.py::test_help_lands PASSED
901 tests/test_tutorial/test_subcommands/test_tutorial003.py::test_help_lands_reigns PASSED
902 tests/test_tutorial/test_subcommands/test_tutorial003.py::test_lands_reigns_conquer PASSED
903 tests/test_tutorial/test_subcommands/test_tutorial003.py::test_lands_reigns_destroy PASSED
904 tests/test_tutorial/test_subcommands/test_tutorial003.py::test_help_lands_towns PASSED
905 tests/test_tutorial/test_subcommands/test_tutorial003.py::test_lands_towns_found PASSED
906 tests/test_tutorial/test_subcommands/test_tutorial003.py::test_lands_towns_burn PASSED
907 tests/test_tutorial/test_subcommands/test_tutorial003.py::test_scripts PASSED
908 tests/test_tutorial/test_terminating/test_tutorial001.py::test_cli PASSED
909 tests/test_tutorial/test_terminating/test_tutorial001.py::test_existing PASSED
910 tests/test_tutorial/test_terminating/test_tutorial001.py::test_existing_no_standalone PASSED
911 tests/test_tutorial/test_terminating/test_tutorial001.py::test_script PASSED
912 tests/test_tutorial/test_terminating/test_tutorial002.py::test_cli PASSED
913 tests/test_tutorial/test_terminating/test_tutorial002.py::test_root PASSED
914 tests/test_tutorial/test_terminating/test_tutorial002.py::test_script PASSED
915 tests/test_tutorial/test_terminating/test_tutorial003.py::test_cli PASSED
916 tests/test_tutorial/test_terminating/test_tutorial003.py::test_root PASSED
917 tests/test_tutorial/test_terminating/test_tutorial003.py::test_root_no_standalone PASSED
918 tests/test_tutorial/test_terminating/test_tutorial003.py::test_root_no_rich PASSED
919 tests/test_tutorial/test_terminating/test_tutorial003.py::test_script PASSED
920 tests/test_tutorial/test_testing/test_app01.py::test_app PASSED
921 tests/test_tutorial/test_testing/test_app01.py::test_app01 PASSED
922 tests/test_tutorial/test_testing/test_app01.py::test_script PASSED
923 tests/test_tutorial/test_testing/test_app02.py::test_app PASSED
924 tests/test_tutorial/test_testing/test_app02.py::test_app02 PASSED
925 tests/test_tutorial/test_testing/test_app02.py::test_script PASSED
926 tests/test_tutorial/test_testing/test_app02_an.py::test_app PASSED
927 tests/test_tutorial/test_testing/test_app02_an.py::test_app02_an PASSED
928 tests/test_tutorial/test_testing/test_app02_an.py::test_script PASSED
929 tests/test_tutorial/test_testing/test_app03.py::test_app PASSED
930 tests/test_tutorial/test_testing/test_app03.py::test_app03 PASSED
931 tests/test_tutorial/test_testing/test_app03.py::test_script PASSED
932 tests/test_tutorial/test_using_click/test_tutorial003.py::test_cli PASSED
933 tests/test_tutorial/test_using_click/test_tutorial003.py::test_help PASSED
934 tests/test_tutorial/test_using_click/test_tutorial003.py::test_typer PASSED
935 tests/test_tutorial/test_using_click/test_tutorial003.py::test_click PASSED
936 tests/test_tutorial/test_using_click/test_tutorial003.py::test_script PASSED
937 tests/test_tutorial/test_using_click/test_tutorial004.py::test_cli PASSED
938 tests/test_tutorial/test_using_click/test_tutorial004.py::test_typer PASSED
939 tests/test_tutorial/test_using_click/test_tutorial004.py::test_click_initdb PASSED
940 tests/test_tutorial/test_using_click/test_tutorial004.py::test_click_dropdb PASSED
941 tests/test_tutorial/test_using_click/test_tutorial004.py::test_script PASSED
942 tests/test_type_conversion.py::test_optional PASSED
943 tests/test_type_conversion.py::test_union_type_optional SKIPPED (req...)
944 tests/test_type_conversion.py::test_optional_tuple PASSED
945 tests/test_type_conversion.py::test_no_type PASSED
946 tests/test_type_conversion.py::test_list_parameters_convert_to_lists[type_annotation0] PASSED
947 tests/test_type_conversion.py::test_list_parameters_convert_to_lists[type_annotation1] PASSED
948 tests/test_type_conversion.py::test_list_parameters_convert_to_lists[type_annotation2] PASSED
949 tests/test_type_conversion.py::test_tuple_parameter_elements_are_converted_recursively[type_annotation0] PASSED
950 tests/test_type_conversion.py::test_tuple_parameter_elements_are_converted_recursively[type_annotation1] PASSED
951 tests/test_type_conversion.py::test_tuple_parameter_elements_are_converted_recursively[type_annotation2] PASSED
952 tests/test_type_conversion.py::test_tuple_parameter_elements_are_converted_recursively[type_annotation3] PASSED
953 tests/test_type_conversion.py::test_tuple_parameter_elements_are_converted_recursively[type_annotation4] PASSED
954 tests/test_type_conversion.py::test_custom_parse PASSED
955 tests/test_type_conversion.py::test_custom_click_type PASSED
957 ======== 944 passed, 4 skipped ========