Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit ddc4343

Browse files
authored
Add some tests for password_auth_providers (#8819)
These things seemed to be completely untested, so I added a load of tests for them.
1 parent 09ac056 commit ddc4343

File tree

3 files changed

+488
-0
lines changed

3 files changed

+488
-0
lines changed

changelog.d/8819.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add tests for `password_auth_provider`s.

mypy.ini

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ files =
8080
synapse/util/metrics.py,
8181
tests/replication,
8282
tests/test_utils,
83+
tests/handlers/test_password_providers.py,
8384
tests/rest/client/v2_alpha/test_auth.py,
8485
tests/util/test_stream_change_cache.py
8586

0 commit comments

Comments
 (0)