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.
This commit is contained in:
Richard van der Hoff 2019-07-12 10:16:23 +01:00 committed by GitHub
parent a83577d64f
commit 6bb0357c94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 55 additions and 1 deletions

1
changelog.d/5657.misc Normal file
View file

@ -0,0 +1 @@
Add a mechanism for per-test homeserver configuration in the unit tests.