summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_easy_install.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-03-06 15:49:04 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-03-06 15:49:04 -0500
commit1ea8018e5c3a8c7c8d980368efc5ac3b81df37e9 (patch)
treecadb6a3d7429af5af74ee2efdc26a65e62e041bc /setuptools/tests/test_easy_install.py
parentc05957b09a66c4728c9a578e2e5f33fbd7b97977 (diff)
downloadpython-setuptools-git-1ea8018e5c3a8c7c8d980368efc5ac3b81df37e9.tar.gz
Rename test to reflect implementation.
Diffstat (limited to 'setuptools/tests/test_easy_install.py')
-rw-r--r--setuptools/tests/test_easy_install.py2
1 files changed, 1 insertions, 1 deletions
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