summary refs log tree commit diff
path: root/tests/config/test_load.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing type hints to tests.config. (#14681)Patrick Cloke2022-12-161-6/+6
* Add missing type hints to config base classes (#11377)Patrick Cloke2021-11-231-8/+14
* Remove legacy code related to deprecated `trust_identity_server_for_password_...Shay2021-11-181-0/+9
* Fix synapse.config module "read" command (#11145)Jason Robinson2021-10-221-55/+15
* Require direct references to configuration variables. (#10985)Patrick Cloke2021-10-061-4/+8
* Use direct references for configuration variables (part 7). (#10959)Patrick Cloke2021-10-041-3/+3
* Use direct references for configuration variables (part 4). (#10893)Patrick Cloke2021-09-231-5/+5
* [pyupgrade] `tests/` (#10347)Jonathan de Jong2021-07-131-2/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Fix reported bugbear: too broad exception assertion (#9753)Andrew Morgan2021-04-061-2/+3
* Fix new flake8 errors (#7470)Erik Johnston2020-05-121-1/+1
* Servers-known-about statistic (#5981)Amber Brown2019-09-071-12/+22
* Use yaml safe_loadErik Johnston2019-03-221-1/+1
* Run black.black2018-08-101-18/+20
* run isortAmber Brown2018-07-091-0/+3
* Make tests py3 compatibleAdrian Tschira2018-04-161-1/+1
* Add function to load config without generating itMark Haines2016-06-091-2/+20
* Check that the disable_registration config key is handled correctlyMark Haines2016-02-221-0/+21
* TypoErik Johnston2016-02-091-1/+1
* Fix testErik Johnston2016-02-091-3/+4
* Error if macaroon key is missing from configDaniel Wagner-Hall2016-02-051-0/+77