Skip to content

Commit

Permalink
Merge pull request #1 from msabramo/patch-2
Browse files Browse the repository at this point in the history
Make test_missing_argument expect error
  • Loading branch information
svisser committed Dec 16, 2014
2 parents 52849b7 + 3c13267 commit bea6c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_show.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_missing_argument(script):
"""
Test show command with no arguments.
"""
result = script.pip('show')
result = script.pip('show', expect_error=True)
assert 'ERROR: Please provide a package name or names.' in result.stdout


Expand Down

0 comments on commit bea6c7d

Please sign in to comment.