-
Notifications
You must be signed in to change notification settings - Fork 44
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
test(i): Convert simple explain test to new explain setup #1543
test(i): Convert simple explain test to new explain setup #1543
Conversation
- Only keep the required fixtured within each test package. - Move the common schema, and runner function to one level above.
6d4d767
to
593e89c
Compare
593e89c
to
c11d346
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1543 +/- ##
===========================================
+ Coverage 72.10% 72.19% +0.09%
===========================================
Files 185 185
Lines 18374 18374
===========================================
+ Hits 13249 13266 +17
+ Misses 4076 4064 -12
+ Partials 1049 1044 -5 |
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!
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 - cheers for splitting out the boilerplate/move commit, made review easier :)
…ork#1543) ## Relevant issue(s) - Resolves sourcenetwork#953 ## Description This PR is the last PR that finishes all old explain test conversions to the new explain setup. This PR converts the simple explain tests and reorganizes some fixtures. Note: After this PR is merged, this (sourcenetwork#1243) can also be resolved in a follow-up PR.
Relevant issue(s)
Description
This PR is the last PR that finishes all old explain test conversions to the new explain setup. This PR converts the simple explain tests and reorganizes some fixtures.
Note: After this PR is merged, this (#1243) can also be resolved in a follow-up PR.