mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 08:03:54 +02:00
Spellchecking with PyCharm (#133)
Co-authored-by: KM-R <129882581+KM-R@users.noreply.github.com>
This commit is contained in:
@ -49,7 +49,7 @@ def test_extract_kpis() -> None:
|
||||
assert result[FinancialKPIEnum.LIABILITIES.value] == liabilities
|
||||
|
||||
|
||||
def test_extracct_financial_results() -> None:
|
||||
def test_extract_financial_results() -> None:
|
||||
input_data = """
|
||||
<br>
|
||||
Die Prj23_Transparenzregister GmbH erwirtschaftete einen Jahresüberschuss 10.000,43 €.
|
||||
|
@ -1,4 +1,4 @@
|
||||
"""Testing utisl/data_extraction/unternehmensregister/extract.py."""
|
||||
"""Testing utils/data_extraction/unternehmensregister/extract.py."""
|
||||
import os
|
||||
from tempfile import TemporaryDirectory
|
||||
|
||||
|
Reference in New Issue
Block a user