MCPcopy Index your code
hub / github.com/bhowiebkr/PyFlowGraph / setUp

Method setUp

tests/test_command_system.py:423–430  ·  view source on GitHub ↗

Set up test fixtures.

(self)

Source from the content-addressed store, hash-verified

421 """Test that performance requirements (NFR1-NFR3) are met."""
422
423 def setUp(self):
424 """Set up test fixtures."""
425 if not QApplication.instance():
426 self.app = QApplication([])
427 else:
428 self.app = QApplication.instance()
429
430 self.node_graph = NodeGraph()
431
432 def tearDown(self):
433 """Clean up after tests."""

Callers

nothing calls this directly

Calls 1

NodeGraphClass · 0.90

Tested by

no test coverage detected