summary refs log tree commit diff
path: root/tests/storage/test_roommember.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-011-7/+7
|
* Factor out some of the common homeserver setup code into aMark Haines2015-02-111-12/+2
| | | | setup_test_homeserver function in utils.
* Replace hs.parse_roomid with RoomID.from_stringMark Haines2015-01-231-2/+2
|
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-231-3/+4
|
* Kill off synapse.api.events.*Erik Johnston2014-12-161-3/+2
|
* Fix some testsErik Johnston2014-12-101-22/+27
|
* Fix room_member storage testErik Johnston2014-11-101-0/+2
|
* Fix a couple more storage testsErik Johnston2014-11-051-9/+15
|
* Also unittest RoomMemberStore's joined_hosts_for_room()Paul "LeoNerd" Evans2014-09-151-0/+48
|
* Use new 'tests.unittest' in new storage level testsPaul "LeoNerd" Evans2014-09-151-1/+1
|
* Initial hack at some RoomMemberStore unit testsPaul "LeoNerd" Evans2014-09-121-0/+109