From 18352e9f2043cd145f12b910bd47c2a095afd4d1 Mon Sep 17 00:00:00 2001 From: ihoover Date: Sat, 20 Jul 2013 16:20:32 -0400 Subject: [PATCH] comment tweaks --- common/djangoapps/student/tests/test_auto_auth.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/common/djangoapps/student/tests/test_auto_auth.py b/common/djangoapps/student/tests/test_auto_auth.py index 33eee06947..e98fb1071a 100644 --- a/common/djangoapps/student/tests/test_auto_auth.py +++ b/common/djangoapps/student/tests/test_auto_auth.py @@ -47,12 +47,9 @@ class TestAutoAuthEnabled(UrlResetMixin, TestCase): url = '/auto_auth' - # hit the url a few times - # mathematically, is much more efficient - # to hit the site many many times, and - # have a smaller MAX user count, but it is - # the GET request that actually takes a lot - # of time. + # hit the url a few times. Mathematically, is much more efficient + # to hit the site many many times, and have a smaller MAX user + # count, but it is the GET request that actually takes a lot of time. for i in range(200): self.client.get(url)