summary refs log tree commit diff
path: root/tests/http/test_servlet.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Indicate what endpoint came back with a JSON response we were unable to parse...Eric Eastwood2022-10-071-1/+3
* Generalise the `@cancellable` annotation so it can be used on functions other...reivilibre2022-08-311-1/+1
* Clean up the test code for client disconnections (#12929)Sean Quah2022-06-071-6/+4
* Add some type hints to tests files (#12833)Dirk Klimpel2022-05-231-6/+8
* Respect the `@cancellable` flag for `RestServlet`s and `BaseFederationServlet...Sean Quah2022-05-111-1/+59
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Fix the exception that is raised when invalid JSON is encountered. (#8291)Patrick Cloke2020-09-101-0/+80