0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-15 17:18:19 +02:00
synapse/tests/config
Patrick Cloke f4b1a9a527
Require direct references to configuration variables. (#10985)
This removes the magic allowing accessing configurable
variables directly from the config object. It is now required
that a specific configuration class is used (e.g. `config.foo`
must be replaced with `config.server.foo`).
2021-10-06 10:47:41 -04:00
..
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_base.py Require direct references to configuration variables. (#10985) 2021-10-06 10:47:41 -04:00
test_cache.py Require direct references to configuration variables. (#10985) 2021-10-06 10:47:41 -04:00
test_database.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_generate.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_load.py Require direct references to configuration variables. (#10985) 2021-10-06 10:47:41 -04:00
test_ratelimiting.py Use direct references for configuration variables (part 4). (#10893) 2021-09-23 12:03:01 -04:00
test_room_directory.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_server.py Add config option to use non-default manhole password and keys (#10643) 2021-09-06 16:08:03 +01:00
test_tls.py Require direct references to configuration variables. (#10985) 2021-10-06 10:47:41 -04:00
test_util.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00