Add docstring

This commit is contained in:
q0w 2022-02-02 21:11:23 +03:00
parent ebdab7cdb6
commit 8749d0baad
1 changed files with 3 additions and 0 deletions

View File

@ -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