Describe the feature to be developed
The system currently requires a Postgres DB to be setup to run all tests sucessfully. This should be changed, so that no DB is needed locally.
Describe the Impact on the System
No big impact expected since it is only needed to change the test infrasture.
Definition of Done
What needs to be done, before the Issue can be closed?
[ ] Linting Code to Python standard
[ ] Testing code with Pytest. All tests within the system should still be ok.
[ ] DB Test shold work properly without a connection to a postgres DB
Describe the feature to be developed The system currently requires a Postgres DB to be setup to run all tests sucessfully. This should be changed, so that no DB is needed locally.
Describe the Impact on the System No big impact expected since it is only needed to change the test infrasture.
Definition of Done What needs to be done, before the Issue can be closed?