This commit is contained in:
Ahmed Bilal 2019-09-03 18:06:41 +02:00
commit f40d9c3f11
8 changed files with 14 additions and 15 deletions

5
tests/test_basics.py Normal file → Executable file
View 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"