Clean up after tests.
(self)
| 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.""" |
nothing calls this directly
no test coverage detected