From 648fff29afb18112da1448a3730467bf41484df3 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Tue, 14 Apr 2026 16:37:49 +0000 Subject: [PATCH] parse to strongly typed dict. will map to excel row later --- .../ecmk_fetcher/tests/test_xml_processor.py | 40 ++++++++++++------- backend/ecmk_fetcher/xml_processor.py | 31 +++++++++++++- 2 files changed, 54 insertions(+), 17 deletions(-) diff --git a/backend/ecmk_fetcher/tests/test_xml_processor.py b/backend/ecmk_fetcher/tests/test_xml_processor.py index 10381198..7e19181b 100644 --- a/backend/ecmk_fetcher/tests/test_xml_processor.py +++ b/backend/ecmk_fetcher/tests/test_xml_processor.py @@ -49,7 +49,7 @@ SAMPLE_XML = """ Any: # TODO: define shape of return object +def parse_rdsap( + xml_string: str, +) -> SapPropertyDetails: raise NotImplementedError