mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 00:23:55 +02:00
54 get data from multiple tables postgres (#72)
Create first dash board including header, basic company information and finance plot --------- Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit is contained in:
7
tests/ui/company_finance_dash_test.py
Normal file
7
tests/ui/company_finance_dash_test.py
Normal file
@ -0,0 +1,7 @@
|
||||
"""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
|
Reference in New Issue
Block a user