summary refs log tree commit diff
path: root/tests/storage/test_room.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tidy up _simple_... methodsErik Johnston2015-03-201-1/+1
* Factor out some of the common homeserver setup code into aMark Haines2015-02-111-14/+3
* Replace hs.parse_roomalias with RoomAlias.from_stringMark Haines2015-01-231-2/+2
* Replace hs.parse_roomid with RoomID.from_stringMark Haines2015-01-231-3/+3
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-231-1/+2
* Remove unused functionsMark Haines2015-01-131-11/+0
* Kill off synapse.api.events.*Erik Johnston2014-12-161-5/+3
* Remove stale testsErik Johnston2014-11-051-2/+2
* Neaten more of the storage layer tests with assertObjectHasAttributes; more s...Paul "LeoNerd" Evans2014-09-171-6/+5
* Unit tests for (some) room events via the RoomStorePaul "LeoNerd" Evans2014-09-171-0/+85
* Use new assertObjectHasAttributes() in tests/storage/test_room.pyPaul "LeoNerd" Evans2014-09-171-3/+6
* More RoomStore testsPaul "LeoNerd" Evans2014-09-171-4/+40
* Initial pass at a RoomStore testPaul "LeoNerd" Evans2014-09-151-0/+53