On branch feature/visualize-verflechtungen

This commit is contained in:
Tim
2023-09-26 18:16:42 +02:00
parent d3158c4592
commit 6585a0ee11
8 changed files with 370 additions and 0 deletions

View File

@ -0,0 +1,6 @@
"""Test for the NetworkX Component."""
# def networkGraph(Edges) -> None:
# """Checks if an import co company_stats_dash can be made."""
# assert networkx_dash is not None

View File

@ -0,0 +1,6 @@
"""Test for the NetworkX Component."""
# def networkGraph(Edges) -> None:
# """Checks if an import co company_stats_dash can be made."""
# assert networkx_dash is not None

View File

@ -0,0 +1,7 @@
"""Test for the NetworkX Component."""
from aki_prj23_transparenzregister.ui import networkx_dash
def networkGraph(Edges: None) -> None:
"""Checks if an import co company_stats_dash can be made."""
assert networkx_dash is not None