summary refs log tree commit diff
path: root/tests/storage/test_presence.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove presence lists (#4989)Neil Johnson2019-04-031-118/+0
* Fix tests on postgresql (#3740)Amber Brown2018-09-041-4/+3
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+1
* Run black.black2018-08-101-29/+40
* run isortAmber Brown2018-07-091-2/+2
* Fix tests for Store.__init__ updateRichard van der Hoff2017-11-131-1/+1
* Remove some unused functions (#711)Mark Haines2016-04-081-27/+0
* Remove old tests.Erik Johnston2016-02-181-26/+0
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Factor out some of the common homeserver setup code into aMark Haines2015-02-111-9/+2
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-231-2/+3
* 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-0/+166