MatrixSynapse/tests/config
Jason Robinson b9ce53e878
Fix synapse.config module "read" command (#11145)
`synapse.config.__main__` has the possibility to read a config item. This can be used to conveniently also validate the config is valid before trying to start Synapse.

 The "read" command broke in https://github.com/matrix-org/synapse/pull/10916 as it now requires passing in "server.server_name" for example.

 Also made the read command optional so one can just call this with just the confirm file reference and get a "Config parses OK" if things are ok.

Signed-off-by: Jason Robinson <jasonr@matrix.org>
Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
2021-10-22 12:00:52 +02:00
..
__init__.py
test___main__.py Fix synapse.config module "read" command (#11145) 2021-10-22 12:00:52 +02:00
test_base.py
test_cache.py
test_database.py
test_generate.py
test_load.py Fix synapse.config module "read" command (#11145) 2021-10-22 12:00:52 +02:00
test_ratelimiting.py
test_room_directory.py
test_server.py
test_tls.py
test_util.py
utils.py Fix synapse.config module "read" command (#11145) 2021-10-22 12:00:52 +02:00