added additonal logging around file loading
Python CI / test (push) Successful in 4m36s
Lint / lint (push) Successful in 2m11s
Tests / test (3.10) (push) Failing after 3m22s
Tests / test (3.11) (push) Failing after 1m37s
Tests / test (3.9) (push) Failing after 2m20s

This commit is contained in:
2025-11-27 19:55:26 +01:00
parent fc672bcdff
commit e8d9eaca51
2 changed files with 42 additions and 12 deletions
+1
View File
@@ -28,6 +28,7 @@ class TestElementWindow(ElementOperationsMixin, QMainWindow):
self.project = Mock()
self.project.history = CommandHistory()
self.project.asset_manager = Mock()
self.project.folder_path = "/tmp/test_project"
# Track method calls
self._update_view_called = False