From 1ea8018e5c3a8c7c8d980368efc5ac3b81df37e9 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 6 Mar 2015 15:49:04 -0500 Subject: Rename test to reflect implementation. --- setuptools/tests/test_easy_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools/tests') diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py index 8ba0c49c..36d66428 100644 --- a/setuptools/tests/test_easy_install.py +++ b/setuptools/tests/test_easy_install.py @@ -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 -- cgit v1.2.3