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

Method tearDown

tests/test_command_system.py:227–230  ·  view source on GitHub ↗

Clean up after tests.

(self)

Source from the content-addressed store, hash-verified

225 self.test_position = QPointF(100, 100)
226
227 def tearDown(self):
228 """Clean up after tests."""
229 # Clear the graph
230 self.node_graph.clear_graph()
231
232 def test_create_node_command(self):
233 """Test node creation command."""

Callers

nothing calls this directly

Calls 1

clear_graphMethod · 0.80

Tested by

no test coverage detected