mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 05:03:55 +02:00
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:
@ -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:
|
||||
|
Reference in New Issue
Block a user