diff options
| author | Jonathan de Jong <jonathan@automatia.nl> | 2020-10-15 21:29:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-15 15:29:13 -0400 |
| commit | 6b5a115c0a0f9036444cd8686b32afbdf5334915 (patch) | |
| tree | 168f7026466ec07269c3cc4882f7572ac60fd64a /tests/replication | |
| parent | Send some ephemeral events to appservices (#8437) (diff) | |
| download | synapse-6b5a115c0a0f9036444cd8686b32afbdf5334915.tar.xz | |
Solidify the HomeServer constructor. (#8515)
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`.
Diffstat (limited to 'tests/replication')
| -rw-r--r-- | tests/replication/_base.py | 4 | ||||
| -rw-r--r-- | tests/replication/test_federation_ack.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/replication/_base.py b/tests/replication/_base.py |
