-
Notifications
You must be signed in to change notification settings - Fork 674
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
MF-1720 - Improve Test Reports #1727
Conversation
e0e2e0e
to
ac100fc
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #1727 +/- ##
=========================================
Coverage ? 70.60%
=========================================
Files ? 146
Lines ? 11421
Branches ? 0
=========================================
Hits ? 8064
Misses ? 2716
Partials ? 641
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Should we move to assert.Nil
or stick to require.Nil
?
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.
@AryanGodara move from require.Nil
to assert.Nil
where necessary. I am still seeing it under boostrap tests among others
799819e
to
84f063c
Compare
eb69e68
to
ae094df
Compare
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.
Feel free to ignore comments on auth
services. As it will change later on. My suggestion is if a variable is used downstream, for instance when we are testing RetrieveAll
we need to used require
when creating entities the later on when testing RetrieveAll
we use assert
ae094df
to
af22227
Compare
b1eba8a
to
b52a402
Compare
Signed-off-by: aryan <aryangodara03@gmail.com>
Signed-off-by: aryan <aryangodara03@gmail.com>
Signed-off-by: aryan <aryangodara03@gmail.com>
Signed-off-by: aryan <aryangodara03@gmail.com>
Signed-off-by: aryan <aryangodara03@gmail.com>
Signed-off-by: aryan <aryangodara03@gmail.com>
5457483
to
2f33ef9
Compare
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
What does this do?
Updates test files, for better test reports, and overall making test functions more uniform.
Which issue(s) does this PR fix/relate to?
Resolves #1720