mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 05:03:55 +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
|
||||
|
||||
|
@ -601,6 +601,7 @@ def test_add_relationships_none(empty_relations: list, full_db: Session) -> None
|
||||
data_transfer.add_relationships([], full_db)
|
||||
|
||||
|
||||
# noinspection SpellCheckingInspection
|
||||
@pytest.mark.parametrize(
|
||||
"documents",
|
||||
[
|
||||
|
Reference in New Issue
Block a user