From 25fc8c1d05c84ea9d6155be4326e837f90dd173d Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 28 Nov 2015 11:54:23 -0500 Subject: Rename test to match intention. --- pkg_resources/tests/test_pkg_resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg_resources/tests/test_pkg_resources.py b/pkg_resources/tests/test_pkg_resources.py index 257cbb5b..698aefbd 100644 --- a/pkg_resources/tests/test_pkg_resources.py +++ b/pkg_resources/tests/test_pkg_resources.py @@ -164,7 +164,7 @@ class TestEggInfoDistutils(object): """ % env.paths)) yield env - def test_egg_base_installed_egg_info(self, tmpdir_cwd, env): + def test_version_resolved_from_egg_info(self, tmpdir_cwd, env): self._create_project() environ = os.environ.copy().update( -- cgit v1.2.1