mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-22 16:12:55 +02:00
8 lines
208 B
Python
8 lines
208 B
Python
"""Test for the Home Page."""
|
|
from aki_prj23_transparenzregister.ui.pages import home
|
|
|
|
|
|
def test_import() -> None:
|
|
"""Checks if an import co company_stats_dash can be made."""
|
|
assert home is not None
|