Commit 1ea8018e authored by Jason R. Coombs's avatar Jason R. Coombs

Rename test to reflect implementation.

parent c05957b0
......@@ -155,7 +155,7 @@ def setup_context(tmpdir):
class TestUserInstallTest:
@mock.patch('setuptools.command.easy_install.__file__', None)
def test_user_install_implied(self):
def test_user_install_not_implied(self):
# simulate setuptools installed in user site packages
easy_install_pkg.__file__ = site.USER_SITE
site.ENABLE_USER_SITE = True
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment