summaryrefslogtreecommitdiff
path: root/tests/openid/connect/core/endpoints/test_openid_connect_params_handling.py
Commit message (Collapse)AuthorAgeFilesLines
* Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-101-3/+4
|
* Use unittest.mock instead of external mockMichał Górny2020-03-161-1/+1
| | | | | | Replace the use of external 'mock' package with built-in Python unittest.mock (present since py3.3). This also fixes all test failures for me.
* The future is nowHugo2019-08-151-2/+0
|
* Upgrade unit tests to use more useful assertsHugo2019-08-151-1/+1
|
* Drop support for legacy Python 2.7Hugo2019-08-151-5/+1
|
* Fix OIDC tests (#565)Pieter Ennes2018-09-211-5/+3
| | | | | | | | | | | | * Unmute ignored OIDC tests. * Fix more import errors. * Remove recently invalidated test for id_token_hint. * Fix tested grants. * Fix import on py27.
* OpenID Connect split (#525)Wiliam Souza2018-06-051-0/+85
* Add command to clean up builds to makefile * Fix docs strings for endpoints pre_configured * Chnage grant_types.openid_connect to include a deprecation warning be a backward compatible * Fix doc string for rfc6749.request_validator * Remove unused import * Change import to be explicity * Move JWTTokenTestCase to openid.connect.core.test_token * Move JWTToken to oauthlib.openid.connect.core.tokens * Move to openid connect test * Move openid connect exceptions to its own file * Remove openid connect from oauth2 server * Remove JWTToken from oauth tokens * Remove grant_types.openid_connect file * Add oauthlib/openid estructure and tests