Conversation
394c638 to
f7340cc
Compare
- Migrate 8 unittest-based files to pytest framework - Standardize all test classes with unified mixins - Implement BlenderTestMixin and TestAssertionsMixin in conftest.py - Convert 4 test classes, 11 test paths, 33 test methods, 104 total tests - Replace unittest imports and decorators with pytest equivalents - Establish consistent mixin-based inheritance patterns - Maintain all existing functionality while modernizing architecture - Resolve complex inheritance chains like TestGenericJoinBefore - Preserve parametrized test support throughout conversion"
… scene synchronization - Implemented `test_object_sync.py` to validate object CRUD operations and synchronization across Blender instances. - Created `test_room_management.py` for testing room creation, joining, and cleanup with both Generic and VRtist protocols. - Developed `test_scene_sync.py` to cover scene creation, deletion, linking, and switching synchronization. - Introduced shared utility functions in `utils.py` for setting up multi-instance Blender environments and synchronization verification. - Added `test_collection_development.py` to demonstrate protocol-specific differences in collection synchronization.
This reverts commit 7d9c97b.
Replace asset_bank.py with room download/upload API, and update bl_operators.py, room_bake.py, and shot_manager.py to remove related references. This simplifies the codebase by eliminating Asset Bank synchronization functionality.
…questions - Deleted Bug.md, Feature.md, Documentation.md, and General_Question.md - Updates .gitlab/issue_templates directory to be empty of templates - Simplifies issue creation process by removing predefined formats. This commit eliminates obsolete or unused templates, potentially to streamline the project's issue management or align with updated workflows. The change appears to remove structured guides for common issue types, which may no longer be required. If these templates were migrated elsewhere or archived, consider linking in related documentation. Confirmation from the team is advised to ensure no desired templates were unintentionally removed—perhaps they were duplicates from a migration to a different issue tracking system? No further files were modified, keeping the commit focused solely on template deletions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.