mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 01:33:54 +02:00
refactor: Implement PR feedback
This commit is contained in:
@ -612,6 +612,10 @@ def test_map_business_purpose_no_result() -> None:
|
||||
("Gesellschaftsvertrag vom 06.04.2016 Hallo Welt", "2016-04-06"),
|
||||
("Str. des Tests vom 1999-04-05", "1999-04-05"),
|
||||
("Once upon a midnight dreary while I pondered weak and weary...", None),
|
||||
(
|
||||
"This company was first founded in 2016-06-10 and then again on 1.5.2004",
|
||||
None,
|
||||
),
|
||||
],
|
||||
)
|
||||
def test_extract_date_from_string(value: str, expected_result: str) -> None:
|
||||
|
Reference in New Issue
Block a user