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
test_presence.py
test_presencelike.py
test_profile.py
test_room.py Don't needlessly compute prev_state 2015-06-03 16:44:24 +01:00
test_typing.py