mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-25 04:22:34 +02:00
8 lines
287 B
Python
8 lines
287 B
Python
"""Tests for the enrich_company_financials module."""
|
|
from aki_prj23_transparenzregister.apps import enrich_company_financials
|
|
|
|
|
|
def test_import_enrich_company_financials() -> None:
|
|
"""Testing if the enrich_company_financials can be imported."""
|
|
assert enrich_company_financials
|