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

Function main

tests/test_gui_node_deletion.py:247–255  ·  view source on GitHub ↗

Run the GUI-based node deletion test.

()

Source from the content-addressed store, hash-verified

245 raise
246
247def 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
257if __name__ == "__main__":
258 main()

Callers 1

Calls 3

setup_methodMethod · 0.95
TestGUINodeDeletionClass · 0.70

Tested by

no test coverage detected