950ec5bc9a
-reorganize dht tests
10 lines
232 B
Python
10 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
|