-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(3/3) RUM-392 let all modules use the shared fixtures #1668
Conversation
@@ -63,6 +68,8 @@ dependencies { | |||
) | |||
} | |||
} | |||
testImplementation(testFixtures(project(":dd-sdk-android-core"))) | |||
testImplementation(libs.okHttp) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where it is used in tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done, thank you for this ;)
2c2668e
to
3de4864
Compare
The base branch was changed.
8fb224b
to
75949ff
Compare
75949ff
to
a470a07
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1668 +/- ##
===========================================
- Coverage 83.71% 83.69% -0.02%
===========================================
Files 459 459
Lines 15778 15775 -3
Branches 2354 2353 -1
===========================================
- Hits 13208 13202 -6
- Misses 1943 1948 +5
+ Partials 627 625 -2 |
What does this PR do?
This PR lets each feature module to use the core module's
testFixtures
source setsMotivation
This is part of our effort on improving our test suites across the mobile teams