diff --git a/silecs_cli/tests/test_silecs.py b/silecs_cli/tests/test_silecs.py index 500006554c8793f1039189b90da63c9122e4564f..64ca0fe03dca616825e3e87da18d1a6044d1a9b2 100644 --- a/silecs_cli/tests/test_silecs.py +++ b/silecs_cli/tests/test_silecs.py @@ -18,8 +18,6 @@ filenames_schema_paths = [("/home/test/example/test1.silecsdesign", BASE_FOR_BACKUP = os.path.join("tests", "examples", "SilecsTestClass.design") silecs_design_deploy_paths = [os.path.join("tests", "examples", "SilecsTestClass.silecsdesign"), \ 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") BACKUP = BASE_FOR_BACKUP + ".backup"