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

Commit

Permalink
Add some tests for password_auth_providers (#8819)
Browse files Browse the repository at this point in the history
These things seemed to be completely untested, so I added a load of tests for
them.
  • Loading branch information
richvdh authored Dec 1, 2020
1 parent 09ac056 commit ddc4343
Show file tree
Hide file tree
Showing 3 changed files with 488 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/8819.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add tests for `password_auth_provider`s.
1 change: 1 addition & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit ddc4343

Please sign in to comment.