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

Method tearDown

tests/test_command_system.py:374–376  ·  view source on GitHub ↗

Clean up after tests.

(self)

Source from the content-addressed store, hash-verified

372 self.node_graph = NodeGraph()
373
374 def tearDown(self):
375 """Clean up after tests."""
376 self.node_graph.clear_graph()
377
378 def test_node_graph_command_execution(self):
379 """Test that NodeGraph properly executes commands."""

Callers

nothing calls this directly

Calls 1

clear_graphMethod · 0.80

Tested by

no test coverage detected