TolikPylypchuk/Cineaste

Test back-end services with integration tests instead of unit tests

TolikPylypchuk opened this issue · 0 comments

The in-memory database provider doesn't work the same way as MS SQL Server, and mocking the entire DbContext doesn't make sense, so services should be tested with integration tests and a real MS SQL Server, probably using Testcontainers.