summary refs log tree commit diff
path: root/tests/storage/test_profile.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge master into dinsic, again...Matthew Hodgson2018-11-031-1/+1
|\
| * Fix tests on postgresql (#3740)Amber Brown2018-09-041-1/+1
* | fix conflict and reinstate 6372dff771413c2b9cd5648cbb6de01a679ef801Matthew Hodgson2018-10-221-4/+0
* | merge in masterMatthew Hodgson2018-10-221-3/+6
|\|
| * Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+1
| * Run black.black2018-08-101-13/+5
* | Merge remote-tracking branch 'origin/master' into dinsicDavid Baker2018-07-191-1/+1
|\|
| * run isortAmber Brown2018-07-091-1/+1
* | remove create_profile from testsMatthew Hodgson2018-05-041-8/+0
* | PR feedbackDavid Baker2018-04-251-2/+2
* | Fix other testsDavid Baker2018-04-171-2/+2
|/
* 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