RMA Test Cases
Compare changes
+ 29
− 3
@@ -7,7 +7,6 @@ from scripts.Infrastructure.Instruction import Instruction
@@ -7,7 +7,6 @@ from scripts.Infrastructure.Instruction import Instruction
@@ -92,7 +91,8 @@ class TemplateManager:
@@ -92,7 +91,8 @@ class TemplateManager:
- replace_instruction(self, new_instruction=Instruction, identifier: str = None, idx: int | typing.List[int] = None): Replaces an instruction in the template with a new one.
def __init__(self, min_ranks: int = 2, thread_level: str = None, has_finalize: bool = True, has_init: bool = True):
@@ -101,6 +101,7 @@ class TemplateManager:
@@ -101,6 +101,7 @@ class TemplateManager:
@@ -110,6 +111,7 @@ class TemplateManager:
@@ -110,6 +111,7 @@ class TemplateManager:
@@ -118,7 +120,31 @@ class TemplateManager:
@@ -118,7 +120,31 @@ class TemplateManager: