summary refs log tree commit diff
path: root/tests/storage (follow)
Commit message (Expand)AuthorAgeFilesLines
* SYN-163: Add an order by rowid to selects.Erik Johnston2014-11-241-4/+8
* Fix SQLBaseStoreTestCaseErik Johnston2014-11-101-1/+1
* Fix stream test.Erik Johnston2014-11-101-5/+12
* Fix room_member storage testErik Johnston2014-11-101-0/+2
* Fix redaction storage testErik Johnston2014-11-101-0/+4
* Fix a couple more storage testsErik Johnston2014-11-052-16/+32
* Remove stale testsErik Johnston2014-11-051-2/+2
* Fix redaction storage testErik Johnston2014-11-051-0/+12
* SYN-2: Allow server admins to delete room aliasesErik Johnston2014-09-301-4/+21
* Unbreak tests after changing storage APIErik Johnston2014-09-291-2/+2
* Rename redaction test case to something helpfulErik Johnston2014-09-251-1/+1
* More tests.Erik Johnston2014-09-251-1/+82
* Add test for redactionsErik Johnston2014-09-251-0/+181
* Test that prev_content get's added if there is a prev_state key (in the event...Erik Johnston2014-09-191-17/+70
* SYN-47: Fix bug where we still returned events for rooms we had left.Erik Johnston2014-09-191-0/+173
* Remark on remaining storage modules that still need unit testsPaul "LeoNerd" Evans2014-09-171-0/+5
* Neaten more of the storage layer tests with assertObjectHasAttributes; more s...Paul "LeoNerd" Evans2014-09-173-20/+22
* 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
* 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-155-5/+5
* Merge remote-tracking branch 'origin/develop' into test-sqlite-memoryPaul "LeoNerd" Evans2014-09-151-1/+1
|\
| * Have all unit tests import from our own subclass of trial's unittest TestCase...Paul "LeoNerd" Evans2014-09-121-1/+1
* | Initial hack at some RoomMemberStore unit testsPaul "LeoNerd" Evans2014-09-121-0/+109
* | Unit-test for RegistrationStore using SQLiteMemoryDbPoolPaul "LeoNerd" Evans2014-09-111-0/+69
* | Need to prepare() the SQLiteMemoryDbPool before passing it to HomeServer cons...Paul "LeoNerd" Evans2014-09-113-9/+12
* | Added unit tests of DirectoryStorePaul "LeoNerd" Evans2014-09-111-0/+66
* | Added unit tests for PresenceDataStore tooPaul "LeoNerd" Evans2014-09-102-2/+166
* | Remember to kill now-dead import in test_profile.pyPaul "LeoNerd" Evans2014-09-101-1/+0
* | Move SQLiteMemoryDbPool implementation into tests.utilsPaul "LeoNerd" Evans2014-09-101-27/+1
* | It's considered polite to actually wait for DB prepare before running testsPaul "LeoNerd" Evans2014-09-101-1/+4
* | Also test avatar_url profile fieldPaul "LeoNerd" Evans2014-09-101-0/+14
* | Tiny trivial PoC unit-test using SQLite in :memory: modePaul "LeoNerd" Evans2014-09-101-0/+78
|/
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* add in copyrights to everything, not just the synapse subdir, and add a copyr...Matthew Hodgson2014-08-131-0/+14
* Reference Matrix Home Servermatrix.org2014-08-122-0/+191