-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dailymotion Bid Adaptor: add support for user syncs & new fields #25
Conversation
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.
More global comment, shouldn't we do one feature on PR? in this case one for the new fields and one for the user syncs?
|
||
expect(reqData.request.mediaTypes.video).to.eql(bidRequestData[0].mediaTypes.video); |
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.
isn't it better to have the unit test covering each attribute than the full object? then when one attribute is failing we will have the exact attribute where an issue is occuring instead of the whole object?
|
||
expect(reqData.request.mediaTypes.video).to.eql(bidRequestData[0].mediaTypes.video); | ||
|
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.
isn't it better to have the unit test covering each attribute than the full object? then when one attribute is failing we will have the exact attribute where an issue is occuring instead of the whole object?
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.
Oh actually it shouldn't be an issue, the failure will produce the diff showing which attribute has an issue (actual vs expected)
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.
ca51a15
to
3948851
Compare
3948851
to
16c1e56
Compare
@rumesh, to answer your comment, we are moving forward with grouped contributions to have Prebid org review a single PR for all features (no multi-assignments of reviewers, and everything in a single process). We'll ask them for feedback if they would prefer a one PR per feature approach. |
Type of change
Description of change
plcmt
&playbackmethod