MCPcopy Create free account
hub / github.com/bhowiebkr/PyFlowGraph / setUp

Method setUp

tests/test_group_interface_pins.py:417–420  ·  view source on GitHub ↗

Set up test fixtures.

(self)

Source from the content-addressed store, hash-verified

415 """Test the GroupConnectionRouter class."""
416
417 def setUp(self):
418 """Set up test fixtures."""
419 self.mock_node_graph = Mock()
420 self.router = GroupConnectionRouter(self.mock_node_graph)
421
422 def test_create_routing_for_group(self):
423 """Test creating routing table for a group."""

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected