From 85dd199e880fdf29a2dbe25bff944b5fc3b1081e Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 6 Mar 2015 16:00:56 -0500 Subject: Replace comment with docstring assertion. --- setuptools/tests/test_easy_install.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'setuptools/tests') diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py index 773ca6b6..4942acbf 100644 --- a/setuptools/tests/test_easy_install.py +++ b/setuptools/tests/test_easy_install.py @@ -182,9 +182,10 @@ class TestUserInstallTest: log.info('this should not break') def test_local_index(self): - # make sure the local index is used - # when easy_install looks for installed - # packages + """ + The local index must be used when easy_install locates installed + packages. + """ new_location = tempfile.mkdtemp() target = tempfile.mkdtemp() egg_file = os.path.join(new_location, 'foo-1.0.egg-info') -- cgit v1.2.3