Removed invalid placeholder test

This commit is contained in:
Oliver Caldwell 2016-01-31 22:36:58 +00:00
parent 84c44f3395
commit a9a42e0a99

View File

@ -1586,7 +1586,6 @@ class TestShellCommand:
@pytest.mark.parametrize('kwargs, val', [
({}, ''),
({'placeholder': '{}'}, 'foo{} bar'),
({'placeholder': '{}'}, 'foo bar'),
({}, 'foo"'), # not splittable with shlex
])