Replies: 1 comment 2 replies
|
hi Can you create an issue? We will abstract all db-related tests in the domain. then implement these in ef and mongo test projects. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a question about the generated
DomainTestModulefor ABP.There is a comment at the top saying "... however your domain tests should be database independent anyway",
but
DomainTestModuledepends onEntityFrameworkCoreTestModule.Is this a mistake?
If it's not a mistake, is it okay, or even recommended, to remove the
DomainTestModule's dependency onEntityFrameworkCoreTestModule?If it's not recommended to remove it, what are the reason(s) why
DomainTestModuledepends onEntityFrameworkCoreTestModule?Thanks
All reactions