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. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a question about the generated
DomainTestModule
for ABP.There is a comment at the top saying "... however your domain tests should be database independent anyway",
but
DomainTestModule
depends 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
DomainTestModule
depends onEntityFrameworkCoreTestModule
?Thanks
Beta Was this translation helpful? Give feedback.
All reactions