From ecf94d4b619f51486db6385929aa9ab286f7e125 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Wed, 6 Sep 2023 19:08:44 +0200 Subject: [PATCH] Added an import smoke test. --- tests/apps/enrich_company_financials_test.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/apps/enrich_company_financials_test.py diff --git a/tests/apps/enrich_company_financials_test.py b/tests/apps/enrich_company_financials_test.py new file mode 100644 index 0000000..bfe0bd7 --- /dev/null +++ b/tests/apps/enrich_company_financials_test.py @@ -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