Skip to content
Snippets Groups Projects
Commit 57e536b0 authored by Nabywaniec's avatar Nabywaniec
Browse files

Update tests

parent d6be9dd1
No related branches found
No related tags found
1 merge request!2Port silecs cli to Python
...@@ -18,8 +18,6 @@ filenames_schema_paths = [("/home/test/example/test1.silecsdesign", ...@@ -18,8 +18,6 @@ filenames_schema_paths = [("/home/test/example/test1.silecsdesign",
BASE_FOR_BACKUP = os.path.join("tests", "examples", "SilecsTestClass.design") BASE_FOR_BACKUP = os.path.join("tests", "examples", "SilecsTestClass.design")
silecs_design_deploy_paths = [os.path.join("tests", "examples", "SilecsTestClass.silecsdesign"), \ silecs_design_deploy_paths = [os.path.join("tests", "examples", "SilecsTestClass.silecsdesign"), \
os.path.join("tests", "examples", "SilecsTestClassDU.silecsdeploy")] os.path.join("tests", "examples", "SilecsTestClassDU.silecsdeploy")]
silecs_design_deplov_paths = [os.path.join("tests", "examples", "SilecsTestClass.silecsdesign"), \
os.path.join("tests", "examples", "SilecsTestClassDU.silecsdeploy")]
invalid_silecs_deploy_path = os.path.join("tests", "examples", "SilecsTestClassDU_invalid.silecsdeploy") invalid_silecs_deploy_path = os.path.join("tests", "examples", "SilecsTestClassDU_invalid.silecsdeploy")
BACKUP = BASE_FOR_BACKUP + ".backup" BACKUP = BASE_FOR_BACKUP + ".backup"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment