summary refs log tree commit diff
path: root/tests/server.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kill off redundant SynapseRequestFactory (#6619)Richard van der Hoff2020-01-031-2/+4
* Add database config class (#6513)Erik Johnston2019-12-181-27/+28
* Improve the performance of structured logging (#6322)Amber Brown2019-11-261-0/+2
* Support for routing outbound HTTP requests via a proxy (#6239)Richard van der Hoff2019-11-011-2/+22
* Add unit test for /purge_room APIErik Johnston2019-10-311-1/+5
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-1/+1
* Implement a structured logging output system. (#5680)Amber Brown2019-08-281-2/+25
* Run Black. (#5482)Amber Brown2019-06-201-8/+8
* Migrate all tests to use the dict-based config format instead of hanging item...Amber Brown2019-05-131-27/+34
* Run Black on the tests again (#5170)Amber Brown2019-05-101-3/+4
* Fix sync bug when accepting invites (#4956)Richard van der Hoff2019-04-021-21/+35
* Log requests which are simulated by the unit tests. (#4905)Richard van der Hoff2019-03-201-8/+1
* Update test_typing to use HomeserverTestCase. (#4771)Richard van der Hoff2019-03-041-6/+15
* Add a caching layer to .well-known responses (#4516)Richard van der Hoff2019-01-301-4/+14
* Implement MSC1708 (.well-known lookups for server routing) (#4489)Richard van der Hoff2019-01-291-2/+11
* Use SimpleResolverComplexifier in tests (#4497)Richard van der Hoff2019-01-291-28/+13
* fix python2 test failureRichard van der Hoff2019-01-231-1/+1
* Add a test for MatrixFederationAgentRichard van der Hoff2019-01-221-1/+12
* Fix IP URL previews on Python 3 (#4215)Amber Brown2018-12-221-0/+8
* Fix Content-Disposition in media repository (#4176)Amber Brown2018-11-151-0/+15
* Fix URL preview bugs (type error when loading cache from db, content-type inc...Amber Brown2018-11-081-0/+2
* Remove some boilerplate in tests (#4156)Amber Brown2018-11-071-2/+18
* Tests for user consent resource (#4140)Amber Brown2018-11-061-3/+17
* Fix typing being reset causing infinite syncs (#4127)Amber Brown2018-11-031-1/+7
* Write some tests for the email pusher (#4095)Amber Brown2018-10-301-1/+3
* Fix client IPs being broken on Python 3 (#3908)Amber Brown2018-09-201-3/+5
* Refactor matrixfederationclient to fix logging (#3906)Richard van der Hoff2018-09-181-0/+81
* Attempt to figure out what's going on with timeouts (#3857)Amber Brown2018-09-141-1/+41
* Port tests/ to Python 3 (#3808)Amber Brown2018-09-071-1/+1
* Fix tests on postgresql (#3740)Amber Brown2018-09-041-0/+1
* Unit testsErik Johnston2018-08-231-3/+10
* Fix the testsAmber Brown2018-08-151-4/+19
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-2/+8
* Run black.black2018-08-101-0/+2
* Test fixes for Python 3 (#3647)Amber Brown2018-08-091-2/+20
* Refactor REST API tests to use explicit reactors (#3351)Amber Brown2018-07-171-0/+10
* Use more portable syntax using attrs package.Oleg Girko2018-07-101-1/+1
* run isortAmber Brown2018-07-091-4/+6
* Better testing framework for homeserver-using things (#3446)Amber Brown2018-06-271-0/+181