3.0.ipv8.test.dht.test_storage ============================== .. py:module:: 3.0.ipv8.test.dht.test_storage Classes ------- .. autoapisummary:: 3.0.ipv8.test.dht.test_storage.TestStorage Module Contents --------------- .. py:class:: TestStorage(methodName: str = 'runTest') Bases: :py:obj:`3.0.ipv8.test.base.TestBase` Tests related to Storage objects. .. py:method:: test_get_and_put() -> None Check that unique values can be added to a storage key. .. py:method:: test_items_older_than() -> None Check that inserted values can be filtered based on their age. .. py:method:: test_clean() -> None Check that expired values are removed when cleaning a storage.