diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-28 11:54:23 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-28 11:54:23 -0500 |
| commit | cf3c962fdb9176f04493a18c3630eb5f0ce7d862 (patch) | |
| tree | 45ce8bf1150d1395180b8650f7eb9a6cbe86a33d | |
| parent | 9efa75d92a9d2a638239ae017f35ba6b577b19db (diff) | |
| download | python-setuptools-bitbucket-cf3c962fdb9176f04493a18c3630eb5f0ce7d862.tar.gz | |
Rename test to match intention.
| -rw-r--r-- | pkg_resources/tests/test_pkg_resources.py | 2 |
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( |
