What
Implement transaction rollbacks on integration tests. Either rollback on each test, or on the entire test suite. Must be evaluated.
Why
So we can more easily run tests without having to change the database manually each time.
How
Find out if and how one can implement rollback transactions
Resources
Transactions - EF Core