summary refs log tree commit diff
path: root/tests/storage/test_profile.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix tests for Store.__init__ updateRichard van der Hoff2017-11-131-1/+1
* Fix flake8 warnings for testsMark Haines2016-02-191-1/+1
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Factor out some of the common homeserver setup code into aMark Haines2015-02-111-8/+2
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-231-1/+2
* Neaten more of the storage layer tests with assertObjectHasAttributes; more s...Paul "LeoNerd" Evans2014-09-171-6/+8
* Use new 'tests.unittest' in new storage level testsPaul "LeoNerd" Evans2014-09-151-1/+1
* Need to prepare() the SQLiteMemoryDbPool before passing it to HomeServer cons...Paul "LeoNerd" Evans2014-09-111-3/+4
* Added unit tests for PresenceDataStore tooPaul "LeoNerd" Evans2014-09-101-2/+0
* 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