-
Notifications
You must be signed in to change notification settings - Fork 212
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
Get rid of the dependency between TestTools and TestHelpers #2897
Conversation
Generated by 🚫 Danger |
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.
I think we can also address the Difference/Swifter dependency here.
Apart from that, looks good. I assume customers won't have any build errors while updating to this, right?
Package.swift
Outdated
@@ -27,6 +27,10 @@ let package = Package( | |||
targets: ["StreamChatTestMockServer"] | |||
), | |||
], | |||
dependencies: [ |
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.
Why not embed these in the test tools / mock server?
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.
Great idea, let's try that. This will increase the PR dramatically, but that will be just embedded libs.
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.
@martinmitrevski, embedded 👍
50ca241
to
8062d8a
Compare
Kudos, SonarCloud Quality Gate passed! |
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.
LGTM ✅
🔗 Issue Links
Resolve https://github.com/GetStream/ios-issues-tracking/issues/644
🎯 Goal
📝 Summary
☑️ Contributor Checklist
🎁 Meme