Description
Write test cases for paired field descriptor system for TDAMM tags that handles both manual and ML-generated tags with proper switch control.
Implementation Considerations
- Write test cases with PyTest
Deliverable
All test cases implemented and passing:
- Test that TDAMM fields only work when switch is enabled
- Test the relationship between manual and ML fields
- Test that manual field takes priority over ML field
- Test handling of empty arrays vs None
- Test deletion of fields
- Test handling of multiple tags
- Test that values persist after save
Dependencies
No response