mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-21 22:03:55 +02:00
On branch feature/visualize-verflechtungen
This commit is contained in:
6
tests/ui/cytoscape_dash_test.py
Normal file
6
tests/ui/cytoscape_dash_test.py
Normal 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
|
6
tests/ui/dashvis_networkx_test.py
Normal file
6
tests/ui/dashvis_networkx_test.py
Normal 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
|
7
tests/ui/networkx_dash_test.py
Normal file
7
tests/ui/networkx_dash_test.py
Normal 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
|
Reference in New Issue
Block a user