mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-05-14 20:18:48 +02:00
Added an import smoke test.
This commit is contained in:
parent
0a374a10f6
commit
ecf94d4b61
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
|
Loading…
x
Reference in New Issue
Block a user