summaryrefslogtreecommitdiff
path: root/pkg_resources/tests/test_pkg_resources.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-11-28 11:54:23 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-11-28 11:54:23 -0500
commit25fc8c1d05c84ea9d6155be4326e837f90dd173d (patch)
treec3a9bb07f789f8aaa79c9be992adf0f6f1cde18b /pkg_resources/tests/test_pkg_resources.py
parent141d093b0e7f50459c8053ee4619c9991473be6e (diff)
downloadpython-setuptools-git-25fc8c1d05c84ea9d6155be4326e837f90dd173d.tar.gz
Rename test to match intention.
Diffstat (limited to 'pkg_resources/tests/test_pkg_resources.py')
-rw-r--r--pkg_resources/tests/test_pkg_resources.py2
1 files changed, 1 insertions, 1 deletions
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(