diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-12-01 11:10:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 11:10:42 +0000 |
commit | ddc43436838e19a7dd16860389bd76c74578dae7 (patch) | |
tree | 8fb70700a17c40747356ba50225cc9b79807e207 /mypy.ini | |
parent | Fix broken testcase (#8851) (diff) | |
download | synapse-ddc43436838e19a7dd16860389bd76c74578dae7.tar.xz |
Add some tests for `password_auth_providers` (#8819)
These things seemed to be completely untested, so I added a load of tests for them.
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index a5503abe26..3c8d303064 100644 --- a/mypy.ini +++ b/mypy.ini @@ -80,6 +80,7 @@ files = synapse/util/metrics.py, tests/replication, tests/test_utils, + tests/handlers/test_password_providers.py, tests/rest/client/v2_alpha/test_auth.py, tests/util/test_stream_change_cache.py |