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

Improve the documentation of the added tests

This commit is contained in:
ofrinevo 2019-09-01 21:32:00 +03:00
parent a05de613fc
commit 35c2161785

View file

@ -223,7 +223,7 @@ def test_show_required_by_packages_simple(script, data):
def test_show_required_by_packages_capitalized(script, data):
"""
Test that installed packages that depend on this package are shown
Test that the installed packages which depend on a package are shown
where the package has a capital letter
"""
editable_path = os.path.join(data.src, 'requires_capitalized')
@ -240,8 +240,8 @@ def test_show_required_by_packages_capitalized(script, data):
def test_show_required_by_with_mixed_capitalization(script, data):
"""
Test that installed packages that depend on this package are shown
where the package requires a name with a mix of
Test that the installed packages which depend on a package are shown
where the package has a name with a mix of
lower and upper case letters
"""
editable_path = os.path.join(data.src, 'required_by_mixed_capitalization')