dissect.target
dissect.target copied to clipboard
fix/duplicate_record_descriptor_names
Description
This MR introduces a new test to ensure all TargetRecordDescriptor instances have unique names across all plugins, and fixes a duplicate record name discovered by the test.
Key changes
- Added test_plugin_record_name_consistency to detect duplicate record names
- Identified and fixed a duplicate record name conflict between plugins
- Improved test clarity, documentation, and deterministic output