11 lines
232 B
Python
11 lines
232 B
Python
|
from dht_test_environment import TestKademliaBase
|
||
|
|
||
|
|
||
|
class TestKademliaBootstrap(TestKademliaBase):
|
||
|
"""
|
||
|
Test initializing the network / connecting the seed nodes
|
||
|
"""
|
||
|
|
||
|
def test_bootstrap_seed_nodes(self):
|
||
|
pass
|