summaryrefslogtreecommitdiff
path: root/pkg_resources
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
commitcf3c962fdb9176f04493a18c3630eb5f0ce7d862 (patch)
tree45ce8bf1150d1395180b8650f7eb9a6cbe86a33d /pkg_resources
parent9efa75d92a9d2a638239ae017f35ba6b577b19db (diff)
downloadpython-setuptools-bitbucket-cf3c962fdb9176f04493a18c3630eb5f0ce7d862.tar.gz
Rename test to match intention.
Diffstat (limited to 'pkg_resources')
-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(