Add unit tests for CommandInsertLink fix

Add comprehensive unit tests to verify the fix prevents AttributeError
  when accessing non-existent nodes.
This commit is contained in:
schmidtw
2025-10-12 14:50:03 -07:00
parent 36dec53a8c
commit 2ffbb55b2e
5 changed files with 458 additions and 0 deletions

View File

@@ -24,7 +24,9 @@
import TestApp
from AssemblyTests.TestCore import TestCore
from AssemblyTests.TestCommandInsertLink import TestCommandInsertLink
# Use the modules so that code checkers don't complain (flake8)
True if TestCore else False
True if TestCommandInsertLink else False