def test_registration_captcha_disabled(self):
     self.assertFalse(registration_needs_captcha(self.mock_request))
 def test_registration_captcha(self):
     self.assertTrue(registration_needs_captcha(self.mock_request))