mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-24 17:02:33 +02:00
Create first dash board including header, basic company information and finance plot --------- Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
8 lines
248 B
Python
8 lines
248 B
Python
"""Test for the company stats dashboard."""
|
|
from aki_prj23_transparenzregister.ui import company_finance_dash
|
|
|
|
|
|
def test_import() -> None:
|
|
"""Checks if an import co company_stats_dash can be made."""
|
|
assert company_finance_dash is not None
|