1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Updated "none shell" test

This commit is contained in:
c22 2016-08-17 10:14:24 +10:00
parent 4e2b5c7d00
commit f4320aa1f0

View file

@ -68,7 +68,7 @@ def test_completion_alone(script):
Test getting completion for none shell, just pip completion
"""
result = script.pip('completion', expect_error=True)
assert 'ERROR: You must pass --bash or --zsh' in result.stderr, \
assert 'ERROR: You must pass --bash or --fish or --zsh' in result.stderr, \
'completion alone failed -- ' + result.stderr