waft.framework_unit_tests.test_system.test_clients.test_command_processor module¶
- waft.framework_unit_tests.test_system.test_clients.test_command_processor.test_list2cmdline_edge_cases(args, expected_cmdline)¶
Test processing of arguments into command line text with uncommon corner cases
- waft.framework_unit_tests.test_system.test_clients.test_command_processor.test_list2cmdline_escaping(args, expected_cmdline)¶
Test processing of arguments into command line text when an argument contains character escaping backslashes
- waft.framework_unit_tests.test_system.test_clients.test_command_processor.test_list2cmdline_no_quotes(args, expected_cmdline)¶
Test processing of arguments into command line text
- waft.framework_unit_tests.test_system.test_clients.test_command_processor.test_list2cmdline_warp_cli_cases(args, expected_cmdline)¶
Test escaping warp-cli commands properly
- waft.framework_unit_tests.test_system.test_clients.test_command_processor.test_list2cmdline_with_quotes(args, expected_cmdline)¶
Test processing of arguments into command line text when an argument requires the addition of quotes
- waft.framework_unit_tests.test_system.test_clients.test_command_processor.test_list2cmdline_with_single_quotes(args, expected_cmdline)¶
Test processing of arguments into command line text when an argument contains single quotes