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:
parent
16bf67eb2d
commit
6cce9f512a
1 changed files with 3 additions and 0 deletions
|
@ -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"]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue