From c771c124d58a5f9c3be50b29e1b5c2011ac009d8 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 17 May 2018 15:08:50 +0100 Subject: Improve documentation and comments --- tests/storage/test_chunk_linearizer_table.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/storage/test_chunk_linearizer_table.py') diff --git a/tests/storage/test_chunk_linearizer_table.py b/tests/storage/test_chunk_linearizer_table.py index 5ca436c555..9890dffd60 100644 --- a/tests/storage/test_chunk_linearizer_table.py +++ b/tests/storage/test_chunk_linearizer_table.py @@ -23,6 +23,10 @@ from synapse.storage.chunk_ordered_table import ChunkDBOrderedListStore class ChunkLinearizerStoreTestCase(tests.unittest.TestCase): + """Tests to ensure that the ordering and rebalancing functions of + ChunkDBOrderedListStore work as expected. + """ + def __init__(self, *args, **kwargs): super(ChunkLinearizerStoreTestCase, self).__init__(*args, **kwargs) -- cgit 1.5.1