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