summary refs log tree commit diff
path: root/tests/test_test_utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-28Improve signature checking on some federation APIs (#6262)Richard van der Hoff4-7/+28
Make sure that we check that events sent over /send_join, /send_leave, and /invite, are correctly signed and come from the expected servers.
2019-10-28Convert EventContext to attrs (#6218)Richard van der Hoff3-62/+46
* make EventContext use an attr
2019-10-25