summary refs log tree commit diff
path: root/tests/test_utils/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor OIDC tests to better mimic an actual OIDC provider. (#13910)Quentin Gliech2022-10-251-8/+32
* Remove unused `# type: ignore`s (#12531)David Robertson2022-04-271-4/+4
* Cache empty responses from `/user/devices` (#11587)David Robertson2022-01-051-2/+2
* Create a constant for a small png image in tests. (#10834)Patrick Cloke2021-09-161-2/+12
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Preparatory refactoring of the SamlHandlerTestCase (#8938)Richard van der Hoff2020-12-151-0/+12
* Factor out FakeResponse from test_oidcRichard van der Hoff2020-12-021-0/+27
* Fail test cases if they fail to await all awaitables (#8690)Patrick Cloke2020-10-301-1/+33
* Allow for make_awaitable's return value to be re-used. (#8261)Patrick Cloke2020-09-081-3/+10
* Convert state resolution to async/await (#7942)Patrick Cloke2020-07-241-1/+6
* Fix limit logic for EventsStream (#7358)Richard van der Hoff2020-04-291-0/+20
* Enable configuring test log level via env var (#4506)Richard van der Hoff2019-01-291-0/+18