summary refs log tree commit diff
path: root/tests/handlers/test_profile.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-231-4/+4
* Mock ratelimiter to make tests pass.Kegan Dougal2014-12-191-1/+8
* Fix profile testsErik Johnston2014-11-051-1/+5
* Merge branch 'test-sqlite-memory' of github.com:matrix-org/synapse into developErik Johnston2014-09-181-43/+24
|\
| * Merge remote-tracking branch 'origin/develop' into test-sqlite-memoryPaul "LeoNerd" Evans2014-09-151-5/+1
| |\
| * | Need to prepare() the SQLiteMemoryDbPool before passing it to HomeServer cons...Paul "LeoNerd" Evans2014-09-111-3/+4
| * | Test ProfileHandler against the real datastore layer using SQLite :memory:Paul "LeoNerd" Evans2014-09-101-25/+25
* | | SYN-40: When a user updates their displayname or avatar update all their join...Erik Johnston2014-09-171-0/+21
| |/ |/|
* | Have all unit tests import from our own subclass of trial's unittest TestCase...Paul "LeoNerd" Evans2014-09-121-5/+1
|/
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Removed http_server from HomeServer. Updated unit tests to use either resourc...Kegan Dougal2014-08-141-2/+2
* Use new Federation Query API to implement HS->HS fetching of remote users' pr...Paul "LeoNerd" Evans2014-08-131-8/+27
* 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-121-0/+112