From 18ad4fc8543cdef857b098b365a38df66fabe44a Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Mon, 11 Aug 2025 16:35:38 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=20=20test=5Falto:=20Add=20missing=20d?= =?UTF-8?q?type=20for=20'alto=5Ffile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mods4pandas/tests/test_alto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mods4pandas/tests/test_alto.py b/src/mods4pandas/tests/test_alto.py index a215f89..82f7412 100644 --- a/src/mods4pandas/tests/test_alto.py +++ b/src/mods4pandas/tests/test_alto.py @@ -102,6 +102,7 @@ def test_dtypes(tmp_path): alto_info_df = pd.read_parquet(alto_info_df_parquet) EXPECTED_TYPES = { + r"alto_file": ("object", ["str"]), r"Description_.*": ("object", ["str", "NoneType"]), r"Layout_Page_ID": ("object", ["str", "NoneType"]), r"Layout_Page_PHYSICAL_(IMG|IMAGE)_NR": ("object", ["str", "NoneType"]),