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