mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-07-13 11:30:08 +02:00
Added an import smoke test.
This commit is contained in:
7
tests/apps/enrich_company_financials_test.py
Normal file
7
tests/apps/enrich_company_financials_test.py
Normal 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
|
Reference in New Issue
Block a user