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

Method tearDown

tests/test_command_system.py:432–434  ·  view source on GitHub ↗

Clean up after tests.

(self)

Source from the content-addressed store, hash-verified

430 self.node_graph = NodeGraph()
431
432 def tearDown(self):
433 """Clean up after tests."""
434 self.node_graph.clear_graph()
435
436 def test_individual_operation_performance(self):
437 """Test NFR1: Individual operations complete within 100ms."""

Callers

nothing calls this directly

Calls 1

clear_graphMethod · 0.80

Tested by

no test coverage detected