Skip to content

Commit

Permalink
Add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
q0w committed Feb 2, 2022
1 parent ebdab7c commit 8749d0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/functional/test_show.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ def test_show_verbose_installer(script: PipTestEnvironment, data: TestData) -> N


def test_show_verbose_project_urls(script: PipTestEnvironment) -> None:
"""
Test that project urls can be listed
"""
result = script.pip("show", "pip", "--verbose")
lines = result.stdout.splitlines()
assert "Name: pip" in lines
Expand Down

0 comments on commit 8749d0b

Please sign in to comment.