As a developer i want to add integration tests to ensure that different parts of our code interacting sucessfully. In particular we want to test that our CSV database works as intended, to prevent any future problems or bugs.
Acceptance criteria:
Make sufficient test cases to ensure that our database works as intended
For example, add a test case that checks that an entry can be received from the database after it was stored in there.
Definition of done
All test cases passes
The tests are implemented and merged with the main branch
As a developer i want to add integration tests to ensure that different parts of our code interacting sucessfully. In particular we want to test that our CSV database works as intended, to prevent any future problems or bugs.
Acceptance criteria:
Make sufficient test cases to ensure that our database works as intended
For example, add a test case that checks that an entry can be received from the database after it was stored in there.
Definition of done