summaryrefslogtreecommitdiff
path: root/tests/openid
Commit message (Collapse)AuthorAgeFilesLines
* Fix unit tests for new Dispatch attributes namesJonathan Huot2018-11-201-8/+8
|
* Fix OIDC tests (#565)Pieter Ennes2018-09-2111-38/+22
| | | | | | | | | | | | * Unmute ignored OIDC tests. * Fix more import errors. * Remove recently invalidated test for id_token_hint. * Fix tested grants. * Fix import on py27.
* Prefer assertIsInstance(...) over assertTrue(isinstance(...))Jon Dufresne2018-09-141-7/+7
| | | | | | | It is a more explicit assert with a more information message in case of failure. For a full list of available assert methods, see: https://docs.python.org/3/library/unittest.html#assert-methods
* OpenID Connect split (#525)Wiliam Souza2018-06-0512-0/+996
* 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