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
Files
2
+ 1
1
@@ -45,7 +45,7 @@ def test_connect_then_disconnect(input_port, output_port):
assert s1.destination is None
def test_connect_used_port_to_new_port(input_port, output_port, output_port2):
"""Does connecting multiple ports to an inputport throw error?"""
"""Multiple connections to an input port should throw an error."""
input_port.connect(output_port)
with pytest.raises(Exception):
input_port.connect(output_port2)
Loading