1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-08-29 11:29:53 +02:00

✔ Add missing dtypes for recordIdentifier etc.

This commit is contained in:
Mike Gerber 2025-08-19 20:41:41 +02:00
parent 16bf67eb2d
commit 6cce9f512a

View file

@ -204,6 +204,9 @@ def test_dtypes(tmp_path):
EXPECTED_TYPES = {
# mods_info
r"mets_file": ("object", ["str"]),
r"(recordInfo_)?recordIdentifier.*": ("object", ["str"]),
r"ppn": ("object", ["str"]),
r"ID": ("object", ["str"]),
r"titleInfo_title": ("object", ["str"]),
r"titleInfo_subTitle": ("object", ["str", "NoneType"]),
r"titleInfo_partName": ("object", ["str", "NoneType"]),