Added an import smoke test.

This commit is contained in:
Philipp Horstenkamp 2023-09-06 19:08:44 +02:00
parent 0a374a10f6
commit ecf94d4b61
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -0,0 +1,7 @@
"""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