This is an extension of what was done in Sprint 3, if there is any confusion please refer to Sprint 4 instructions.
Replace real database interactions in tests with mocks to ensure isolation and reproducibility.
Def of done:
- No real DB/network calls occur
- Mocking is used consistently
- Tests run offline
This is an extension of what was done in Sprint 3, if there is any confusion please refer to Sprint 4 instructions.
Replace real database interactions in tests with mocks to ensure isolation and reproducibility.
Def of done: