b
This commit is contained in:
parent
726839f4c6
commit
59dd365dd5
8 changed files with 15 additions and 15 deletions
5
tests/test_basics.py
Normal file → Executable file
5
tests/test_basics.py
Normal file → Executable file
|
|
@ -20,13 +20,12 @@ from main import (
|
|||
main,
|
||||
)
|
||||
|
||||
from etcd3_wrapper import Etcd3Wrapper
|
||||
|
||||
from config import etcd_client
|
||||
|
||||
class TestFunctions(unittest.TestCase):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
cls.client = Etcd3Wrapper()
|
||||
cls.client = etcd_client
|
||||
cls.host_prefix = "/test/host"
|
||||
cls.vm_prefix = "/test/vm"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue