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

Method setUp

tests/test_group_system.py:29–32  ·  view source on GitHub ↗

Set up test fixtures.

(self)

Source from the content-addressed store, hash-verified

27 """Test Group class creation and data management."""
28
29 def setUp(self):
30 """Set up test fixtures."""
31 self.group = Group("Test Group")
32 self.mock_scene = Mock()
33
34 def test_group_creation_with_defaults(self):
35 """Test group creation with default parameters."""

Callers

nothing calls this directly

Calls 1

GroupClass · 0.90

Tested by

no test coverage detected