I have a few tests to test the patching functionality. I am using this custom factory https://github.com/aspnet/Docs/blob/master/aspnetcore/test/integration-tests/samples/2.x/IntegrationTestsSample/tests/RazorPagesProject.Tests/CustomWebApplicationFactory.cs
For each test, I want to create new database or at-least clear and seed data again. Because other tests are messing up with data.