artefactual-labs / mets-reader-writer

Library to parse and create METS files, especially for Archivematica.
https://mets-reader-writer.readthedocs.io
GNU Affero General Public License v3.0
20 stars 13 forks source link

Parse mets:transformFile subelements #78

Closed replaceafill closed 4 years ago

replaceafill commented 4 years ago

This PR allows parsing of mets:transformFile subelements on FSEntry objects.

Currently, the Storage Service reads pointer files on reingest and these elements are lost.

Connected to https://github.com/archivematica/Issues/issues/803

replaceafill commented 4 years ago

Is there a test to be written that can perform a like-for-like comparison?

Maybe extend our black-box AMAUATs coverage for the pointer file? We only have one step testing pointer file characteristics at the moment.

ross-spencer commented 4 years ago

@replaceafill maybe... there are only a few main parts of the pointer after all so it wouldn't be too difficult to look at via that testing lens.