summaryrefslogtreecommitdiff
path: root/requirements-test.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use unittest.mock instead of external mockMichał Górny2020-03-161-1/+0
| | | | | | 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.
* Use pytest as test frameworkFlorent Captier2018-12-161-1/+2
| | | | Closes #631
* Remove unmaintained nose dependency from testsJon Dufresne2018-09-141-1/+0
| | | | | | | | | | | | | | | | The nose project has ceased development. From their docs page: https://nose.readthedocs.io/ > Note to Users > > Nose has been in maintenance mode for the past several years and will > likely cease without a new person/team to take over maintainership. > New projects should consider using Nose2, py.test, or just plain > unittest/unittest2. Simplify test infrastructure by using the stdlib unittest discover command. One fewer dependency.
* Openid connect jwt (#488)Wiliam Souza2018-01-301-1/+1
| | | | | | | | | | | | | | | | | | * Add JWT token with it the server knows how to validate this new type of token in resource requests * Change find_token_type sorted function to reverse result and choose the valued estimated token handler * Add validate_id_token method to RequestValidator * Added unittest for JWTToken model * Updated version of Mock * Add get_jwt_bearer_token and validate_jwt_bearer_token oauthlib.oauth2.RequestValidator and change oauthlib.oauth2.tokens JWTToken to use it * Change to improve token type estimate test * Add a note in RequestValidator.validate_jwt_bearer_token about error 5xx rather 4xx
* Upgrade test depenedencies.Omer Katz2016-04-111-3/+3
|
* move test requirements to requirements-test.txt. use tox for tests on ↵george.whewell2015-01-271-0/+4
.travis.yml