summary refs log tree commit diff
path: root/tests/test_server.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-1/+1
| | | | | Python will return a tuple whether there are parentheses around the returned values or not. I'm just sick of my editor complaining about this all over the place :)
* Fix servlet metric names (#5734)Jorik Schellekens2019-07-241-5/+16
| | | | | | | | | | * Fix servlet metric names Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> * Remove redundant check * Cover all return paths
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
|
* Run Black. (#5482)Amber Brown2019-06-201-7/+7
|
* Use native UPSERTs where possible (#4306)Amber Brown2019-01-241-3/+9
|
* Fix some tests which leaked logcontextsRichard van der Hoff2018-11-191-1/+2
|
* Remove some boilerplate in tests (#4156)Amber Brown2018-11-071-5/+7
|
* Add a regression test for logging on failed connections (#3912)Amber Brown2018-09-201-2/+72
|
* Fix the testsAmber Brown2018-08-151-11/+6
|
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+1
|
* Test fixes for Python 3 (#3647)Amber Brown2018-08-091-7/+4
|
* Refactor REST API tests to use explicit reactors (#3351)Amber Brown2018-07-171-10/+12
|
* run isortAmber Brown2018-07-091-1/+2
|
* Better testing framework for homeserver-using things (#3446)Amber Brown2018-06-271-0/+128