summaryrefslogtreecommitdiff
path: root/tests/openid/connect/core/test_tokens.py
Commit message (Collapse)AuthorAgeFilesLines
* failing test for Authorization: BasicAlan Crosswell2021-05-291-0/+26
|
* 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
|
* Fixed missing references in unittestsJonathan Huot2019-02-281-3/+3
|
* Fix OIDC tests (#565)Pieter Ennes2018-09-211-1/+1
| | | | | | | | | | | | * 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/+133
* 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