Commit Graph

12 Commits (a313e97873f1279138c92989da77eab370f2c2e2)

Author SHA1 Message Date
Mark Haines 896253e085 Factor out some of the common homeserver setup code into a 10 years ago
Mark Haines ada711504e Replace hs.parse_roomalias with RoomAlias.from_string 10 years ago
Mark Haines 1c06c48ce2 Replace hs.parse_roomid with RoomID.from_string 10 years ago
Mark Haines 5759bec43c Replace hs.parse_userid with UserID.from_string 10 years ago
Mark Haines 3891597eb3 Remove unused functions 10 years ago
Erik Johnston 3c77d13aa5 Kill off synapse.api.events.* 10 years ago
Erik Johnston 2fcce3b3c5 Remove stale tests 10 years ago
Paul "LeoNerd" Evans bcf5121937 Neaten more of the storage layer tests with assertObjectHasAttributes; more standardisation on test layout 10 years ago
Paul "LeoNerd" Evans b588ce920d Unit tests for (some) room events via the RoomStore 10 years ago
Paul "LeoNerd" Evans ba41ca45fa Use new assertObjectHasAttributes() in tests/storage/test_room.py 10 years ago
Paul "LeoNerd" Evans de14853237 More RoomStore tests 10 years ago
Paul "LeoNerd" Evans e32cfed1d8 Initial pass at a RoomStore test 10 years ago
Paul "LeoNerd" Evans ae7dfeb5b6 Use new 'tests.unittest' in new storage level tests 10 years ago
Paul "LeoNerd" Evans 493b1e6d3c Need to prepare() the SQLiteMemoryDbPool before passing it to HomeServer constructor, as DataStore's constructor will want it ready 10 years ago
Paul "LeoNerd" Evans dd1a9100c5 Added unit tests for PresenceDataStore too 10 years ago
Paul "LeoNerd" Evans dc7f39677f Remember to kill now-dead import in test_profile.py 10 years ago
Paul "LeoNerd" Evans 08f5c48fc8 Move SQLiteMemoryDbPool implementation into tests.utils 10 years ago
Paul "LeoNerd" Evans 9774949cc9 It's considered polite to actually wait for DB prepare before running tests 10 years ago
Paul "LeoNerd" Evans 53d0f69dc3 Also test avatar_url profile field 10 years ago
Paul "LeoNerd" Evans 6081f4947e Tiny trivial PoC unit-test using SQLite in :memory: mode 10 years ago