Run the GUI-based node deletion test.
()
| 245 | raise |
| 246 | |
| 247 | def main(): |
| 248 | """Run the GUI-based node deletion test.""" |
| 249 | print("Starting GUI Node Deletion Test...") |
| 250 | print("This test will open a PyFlowGraph window and test node deletion.") |
| 251 | |
| 252 | tester = TestGUINodeDeletion() |
| 253 | tester.setup_method() |
| 254 | tester.test_gui_node_deletion() |
| 255 | print("Test completed successfully!") |
| 256 | |
| 257 | if __name__ == "__main__": |
| 258 | main() |
no test coverage detected