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 | 25fc8c1d05c84ea9d6155be4326e837f90dd173d (patch) | |
| tree | c3a9bb07f789f8aaa79c9be992adf0f6f1cde18b /pkg_resources/tests/test_pkg_resources.py | |
| parent | 141d093b0e7f50459c8053ee4619c9991473be6e (diff) | |
| download | python-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.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( |
