MCPcopy Create free account
hub / github.com/aws/aws-cli / test_compat_shell_quote_windows

Function test_compat_shell_quote_windows

tests/unit/test_compat.py:78–79  ·  view source on GitHub ↗
(input_string, expected_output)

Source from the content-addressed store, hash-verified

76 ),
77)
78def test_compat_shell_quote_windows(input_string, expected_output):
79 assert compat_shell_quote(input_string, "win32") == expected_output
80
81
82@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

compat_shell_quoteFunction · 0.90

Tested by

no test coverage detected