(input_string, expected_output)
| 126 | ), |
| 127 | ) |
| 128 | def test_comat_shell_quote_linux(input_string, expected_output): |
| 129 | assert compat_shell_quote(input_string, "linux2") == expected_output |
| 130 | |
| 131 | |
| 132 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected