Skip to content

Commit

Permalink
update test name for clarity
Browse files Browse the repository at this point in the history
Co-authored-by: chrysle <96722107+chrysle@users.noreply.github.com>
  • Loading branch information
macro1 and chrysle committed May 8, 2024
1 parent 7dbd527 commit 7a8972e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pip_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .constants import PACKAGES_RELATIVE_PATH


def test_parse_requirements_preserve_editable_relative(repository):
def test_parse_requirements_preserve_editable_relative_path(repository):
test_package_path = str(
PurePosixPath(Path(PACKAGES_RELATIVE_PATH)) / "small_fake_a"
)
Expand Down

0 comments on commit 7a8972e

Please sign in to comment.