MatrixSynapse/tests/handlers
Kegan Dougal d88e20cdb9 Fix bug where synapse was sending AS user queries incorrectly.
Bug introduced in 92b20713d7
which reversed the comparison when checking if a user existed
in the users table. Added UTs to prevent this happening again.
2015-06-17 17:26:03 +01:00
..
__init__.py
test_appservice.py Fix bug where synapse was sending AS user queries incorrectly. 2015-06-17 17:26:03 +01:00
test_directory.py
test_federation.py Don't needlessly compute context 2015-06-03 16:41:51 +01:00
test_presence.py Fix the presence tests 2015-05-22 16:22:54 +01:00
test_presencelike.py Fix the presence tests 2015-05-22 16:22:54 +01:00
test_profile.py
test_room.py Don't needlessly compute prev_state 2015-06-03 16:44:24 +01:00
test_typing.py