Checkpoint commit

This commit is contained in:
Tim
2023-11-04 12:00:23 +01:00
parent c5721362ac
commit 31d7098d48
8 changed files with 33 additions and 50 deletions

View File

@ -1,7 +1,7 @@
"""Test for the Home Page."""
# from aki_prj23_transparenzregister.ui.pages.home import networkx_dash
from aki_prj23_transparenzregister.ui.pages import home
# def networkGraph(Edges: None) -> None:
# """Checks if an import co company_stats_dash can be made."""
# assert networkx_dash is not None
def test_import() -> None:
"""Checks if an import co company_stats_dash can be made."""
assert home is not None