Visualization first running dashboard (#51)

* added session maker

* Update prebuild psycopg-build2

* added table dash

* Update company_stats_dash

* Repaired a test.

* update connector_test

---------

Co-authored-by: Tim <tim.ronneburg@outlook.de>
Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit is contained in:
KM-R
2023-08-15 21:30:58 +02:00
committed by GitHub
parent 105aab8122
commit 1e7e55e649
5 changed files with 4232 additions and 4190 deletions

View File

@ -18,7 +18,7 @@ def test_init_db():
with patch(
"aki_prj23_transparenzregister.utils.postgres.connector.get_engine"
) as mock_get_engine, patch(
"aki_prj23_transparenzregister.utils.postgres.connector.declarative_base"
"aki_prj23_transparenzregister.utils.postgres.entities.declarative_base"
) as mock_declarative_base, patch(
"aki_prj23_transparenzregister.utils.postgres.connector.JsonFileConfigProvider"
) as mock_provider: