synapse-product/tests
Patrick Cloke 590cc4e888
Add type hints to additional servlet functions (#10437)
Improves type hints for:

* parse_{boolean,integer}
* parse_{boolean,integer}_from_args
* parse_json_{value,object}_from_request

And fixes any incorrect calls that resulted from unknown types.
2021-07-21 18:12:22 +00:00
..
api
app Add a new version of the R30 phone-home metric, which removes a false impression of retention given by the old R30 metric (#10332) 2021-07-19 16:11:34 +01:00
appservice
config [pyupgrade] tests/ (#10347) 2021-07-13 11:43:15 +01:00
crypto
events Stagger send presence to remotes (#10398) 2021-07-15 11:52:56 +01:00
federation
handlers Show all joinable rooms in the spaces summary. (#10298) 2021-07-13 08:59:27 -04:00
http Allow providing credentials to http_proxy (#10360) 2021-07-15 10:37:08 +01:00
logging
module_api Use inline type hints in tests/ (#10350) 2021-07-13 11:52:58 +01:00
push
replication Use inline type hints in tests/ (#10350) 2021-07-13 11:52:58 +01:00
rest Add type hints to additional servlet functions (#10437) 2021-07-21 18:12:22 +00:00
scripts
server_notices
state
storage Fix dropping locks on shut down (#10433) 2021-07-20 14:24:25 +01:00
test_utils Use inline type hints in tests/ (#10350) 2021-07-13 11:52:58 +01:00
util Use inline type hints in tests/ (#10350) 2021-07-13 11:52:58 +01:00
__init__.py
server.py Use inline type hints in tests/ (#10350) 2021-07-13 11:52:58 +01:00
test_distributor.py
test_event_auth.py Add type hints and comments to event auth code. (#10393) 2021-07-14 14:13:40 +01:00
test_federation.py
test_mau.py
test_metrics.py
test_phone_home.py
test_preview.py
test_server.py
test_state.py Add a module type for account validity (#9884) 2021-07-16 18:11:53 +02:00
test_terms_auth.py
test_test_utils.py
test_types.py [pyupgrade] tests/ (#10347) 2021-07-13 11:43:15 +01:00
test_visibility.py
unittest.py Add a new version of the R30 phone-home metric, which removes a false impression of retention given by the old R30 metric (#10332) 2021-07-19 16:11:34 +01:00
utils.py