summary refs log tree commit diff
path: root/changelog.d/8515.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Solidify the HomeServer constructor. (#8515)Jonathan de Jong2020-10-151-0/+1
This implements a more standard API for instantiating a homeserver and moves some of the dependency injection into the test suite. More concretely this stops using `setattr` on all `kwargs` passed to `HomeServer`.