latest.ipv8.test.dht.test_provider

Module Contents

Classes

TestNode

Tests related to announce and lookup functionality.

class latest.ipv8.test.dht.test_provider.TestNode(methodName: str = 'runTest')

Bases: latest.ipv8.test.base.TestBase

Tests related to announce and lookup functionality.

setUp() None
Returns:

async test_announce() None

Check if the DHT value is stored after an announce.

async test_lookup() None

Check if an introduction point is properly created after a lookup.