summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-07-12 10:16:23 +0100
committerGitHub <noreply@github.com>2019-07-12 10:16:23 +0100
commit6bb0357c949dcc433e2316c395199644ef75e02c (patch)
tree2d8e9ad66fa85107b0945f14c983adc3753a9ea3 /changelog.d
parentUse /src for checking out synapse during sytests (#5664) (diff)
downloadsynapse-6bb0357c949dcc433e2316c395199644ef75e02c.tar.xz
Add a mechanism for per-test configs (#5657)
It's useful to be able to tweak the homeserver config to be used for each
test. This PR adds a mechanism to do so.

 
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5657.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5657.misc b/changelog.d/5657.misc
new file mode 100644
index 0000000000..bdec9ae4c0
--- /dev/null
+++ b/changelog.d/5657.misc
@@ -0,0 +1 @@
+Add a mechanism for per-test homeserver configuration in the unit tests.