0
caleb created
Is there a way to run unit tests against the actual database instead of the fake database? I'm guessing some code just needs to be commented out, but not sure what.
Thanks
2 Answer(s)
-
0
Hi,
Abp.Dapper.Tests has a similar usage. You can check it out here <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/test/Abp.Dapper.Tests/DapperApplicationTestBase.cs">https://github.com/aspnetboilerplate/as ... estBase.cs</a>.
-
0
Great, thanks!