Skip to content
Snippets Groups Projects

Resolve "System tests iteration 1"

Merged Kevin Scott requested to merge 62-system-tests-iteration-1 into develop
1 unresolved thread
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -45,7 +45,7 @@ class TestInit:
assert sfg.input_count == 0
assert sfg.output_count == 1
class TestStr:
class TestPrintSfg:
def test_one_addition(self):
inp1 = Input("INP1")
inp2 = Input("INP2")
@@ -200,7 +200,6 @@ class TestComponents:
class TestReplaceComponents:
def test_replace_addition_by_id(self, operation_tree):
sfg = SFG(outputs=[Output(operation_tree)])
component_id = "add1"
Loading