Seeding DB for Integration Test
I am currently using
I am thinking of improving the way I populate data. Currently I populate in
TestContainers and WebApplicationFactory and am able to successfully setup a basic test which returns successfully. I am following the InProcess ExampleI am thinking of improving the way I populate data. Currently I populate in
Program.cs