(user_command_data_with_subcommand)
| 107 | |
| 108 | |
| 109 | def test_to_cli_string_with_subcommand(user_command_data_with_subcommand): |
| 110 | cli_string = user_command_data_with_subcommand.to_cli_string(True) |
| 111 | |
| 112 | assert cli_string.plain == "test --option1 value1 --option2 42 123 sub --sub-option True" |
nothing calls this directly
no test coverage detected