MatrixSynapse/tests
Patrick Cloke 1182ae5063
Add helper to parse an enum from query args & use it. (#14956)
The `parse_enum` helper pulls an enum value from the query string
(by delegating down to the parse_string helper with values generated
from the enum).

This is used to pull out "f" and "b" in most places and then we thread
the resulting Direction enum throughout more code.
2023-02-01 21:35:24 +00:00
..
api
app
appservice
config
crypto
events Add missing type hints for tests.events. (#14904) 2023-01-25 15:14:03 -05:00
federation Fix type hints in knocking tests. (#14887) 2023-01-25 14:38:20 -05:00
handlers Add more user information to export-data command. (#14894) 2023-02-01 15:45:19 +00:00
http
logging Add missing type hints in tests (#14879) 2023-01-26 14:45:24 -05:00
metrics
module_api
push Handle malformed values of `notification.room` in power level events (#14942) 2023-01-30 21:29:30 +00:00
replication
rest Add helper to parse an enum from query args & use it. (#14956) 2023-02-01 21:35:24 +00:00
scripts
server_notices
state
storage Attempt to delete more duplicate rows in receipts_linearized table. (#14915) 2023-02-01 15:45:10 -05:00
test_utils
types
util
__init__.py
server.py
test_distributor.py
test_event_auth.py Handle malformed values of `notification.room` in power level events (#14942) 2023-01-30 21:29:30 +00:00
test_federation.py
test_mau.py
test_phone_home.py
test_rust.py
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py Fix type hints in typing edu unit tests (#14886) 2023-01-26 10:15:50 +00:00
utils.py