-
Notifications
You must be signed in to change notification settings - Fork 214
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
[Merged by Bors] - Improve test config handling #6699
Conversation
3c0ec83
to
72c7b1f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## develop #6699 +/- ##
=======================================
Coverage 79.8% 79.8%
=======================================
Files 366 366
Lines 49967 50006 +39
=======================================
+ Hits 39887 39925 +38
- Misses 7811 7813 +2
+ Partials 2269 2268 -1 ☔ View full report in Codecov by Sentry. |
bors merge |
## Motivation Instead of having a dedicated test config just for the `node` package, adjust the default test config so it works for all tests similarly and fewer tests have to set their own values.
Build failed: |
bors merge |
## Motivation Instead of having a dedicated test config just for the `node` package, adjust the default test config so it works for all tests similarly and fewer tests have to set their own values.
Build failed: |
bors merge |
## Motivation Instead of having a dedicated test config just for the `node` package, adjust the default test config so it works for all tests similarly and fewer tests have to set their own values.
Build failed: |
bors merge |
## Motivation Instead of having a dedicated test config just for the `node` package, adjust the default test config so it works for all tests similarly and fewer tests have to set their own values.
Build failed: |
bors merge |
## Motivation Instead of having a dedicated test config just for the `node` package, adjust the default test config so it works for all tests similarly and fewer tests have to set their own values.
Build failed: |
bors merge |
## Motivation Instead of having a dedicated test config just for the `node` package, adjust the default test config so it works for all tests similarly and fewer tests have to set their own values.
Build failed: |
bors merge |
## Motivation Instead of having a dedicated test config just for the `node` package, adjust the default test config so it works for all tests similarly and fewer tests have to set their own values.
Pull request successfully merged into develop. Build succeeded: |
Motivation
Instead of having a dedicated test config just for the
node
package, adjust the default test config so it works for all tests similarly and fewer tests have to set their own values.Description
This PR does multiple things:
testing.TB
parameter so they aren't accidentally called from within production codeconfig.DefaultTestConfig
to include the parameters that were previously used innode.getTestConfig
Test Plan
existing tests pass
TODO