Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove spurious "name" parameter to `default_config` | Richard van der Hoff | 2020-03-24 | 2 | -4/+4 |
| | | | | | this is never set to anything other than "test", and is a source of unnecessary boilerplate. | ||||
* | set worker_app for frontend proxy test (#7003) | Richard van der Hoff | 2020-02-27 | 1 | -0/+5 |
| | | | to stop the federationhandler trying to do master stuff | ||||
* | Store room version on invite (#6983) | Richard van der Hoff | 2020-02-26 | 1 | -0/+8 |
| | | | | | When we get an invite over federation, store the room version in the rooms table. The general idea here is that, when we pull the invite out again, we'll want to know what room_version it belongs to (so that we can later redact it if need be). So we need to store it somewhere... | ||||
* | Merge worker apps into one. (#6964) | Erik Johnston | 2020-02-25 | 2 | -10/+6 |
| | |||||
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 1 | -24/+22 |
| | |||||
* | Fix flake8 issues | Jason Robinson | 2019-01-23 | 1 | -2/+8 |
| | | | | Signed-off-by: Jason Robinson <jasonr@matrix.org> | ||||
* | Fix openid tests after rebase | Jason Robinson | 2019-01-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Jason Robinson <jasonr@matrix.org> | ||||
* | Fix sorting of imports in tests. Remove an unnecessary mock | Jason Robinson | 2019-01-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Jason Robinson <jasonr@matrix.org> | ||||
* | Add tests for the openid lister for SynapseHomeServer | Jason Robinson | 2019-01-23 | 1 | -1/+48 |
| | | | | | | | Check all possible variants of openid and federation listener on/off possibilities. Signed-off-by: Jason Robinson <jasonr@matrix.org> | ||||
* | Add tests for the openid lister for FederationReaderServer | Jason Robinson | 2019-01-23 | 1 | -0/+66 |
| | | | | | | | Check all possible variants of openid and federation listener on/off possibilities. Signed-off-by: Jason Robinson <jasonr@matrix.org> | ||||
* | Fix a test docstring in frontend proxy tests | Jason Robinson | 2019-01-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Jason Robinson <jasonr@matrix.org> | ||||
* | Port tests/ to Python 3 (#3808) | Amber Brown | 2018-09-07 | 1 | -2/+2 |
| | |||||
* | Integrate presence from hotfixes (#3694) | Amber Brown | 2018-08-18 | 2 | -0/+88 |