Example #1
0
def test_winrm_quote(arg_string, expected):
    assert _quote(arg_string) == expected
def test_winrm_quote(arg_string, expected):
    assert _quote(arg_string) == expected