summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-04-27 21:41:55 +0100
committerRichard van der Hoff <richard@matrix.org>2020-04-28 17:54:46 +0100
commitb21490b65698676db535bde240d84fd3b5414712 (patch)
tree10231531fc0228aa21e0ce156ae42ef464c732b0 /tox.ini
parentFactor out functions for injecting events into database (diff)
downloadsynapse-b21490b65698676db535bde240d84fd3b5414712.tar.xz
Rework TestReplicationDataHandler
This wasn't very easy to work with: the mock wrapping was largely superfluous,
and it's useful to be able to inspect the received rows, and clear out the
received list.
Diffstat (limited to '')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 72f8bc7a5e..2630857436 100644
--- a/tox.ini
+++ b/tox.ini
@@ -204,6 +204,7 @@ commands = mypy \
             synapse/storage/database.py \
             synapse/streams \
             synapse/util/caches/stream_change_cache.py \
+            tests/replication/tcp/streams \
             tests/test_utils \
             tests/util/test_stream_change_cache.py