From f85a4c1d7f42c33ed515d2c7998ca6663c266660 Mon Sep 17 00:00:00 2001 From: juanifioren Date: Thu, 19 Mar 2015 14:19:27 -0300 Subject: [PATCH] No need of that naming in authorize tests. --- oidc_provider/tests/test_authorize_endpoint.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/oidc_provider/tests/test_authorize_endpoint.py b/oidc_provider/tests/test_authorize_endpoint.py index 4946f0a..5360aaf 100644 --- a/oidc_provider/tests/test_authorize_endpoint.py +++ b/oidc_provider/tests/test_authorize_endpoint.py @@ -71,7 +71,7 @@ class AuthorizationCodeFlowTestCase(TestCase): query_exists = 'error=' in response['Location'] self.assertEqual(query_exists, True) - def test_codeflow_user_not_logged(self): + def test_user_not_logged(self): """ The Authorization Server attempts to Authenticate the End-User by redirecting to the login view. @@ -106,7 +106,7 @@ class AuthorizationCodeFlowTestCase(TestCase): is_next_ok = False self.assertEqual(is_next_ok, True) - def test_codeflow_user_consent_inputs(self): + def test_user_consent_inputs(self): """ Once the End-User is authenticated, the Authorization Server MUST obtain an authorization decision before releasing information to @@ -148,7 +148,7 @@ class AuthorizationCodeFlowTestCase(TestCase): self.assertEqual(is_input_ok, True, msg='Hidden input for "'+key+'" fails.') - def test_codeflow_user_consent_response(self): + def test_user_consent_response(self): """ First, if the user denied the consent we must ensure that