-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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: World bank examples #12161
test: World bank examples #12161
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12161 +/- ##
==========================================
- Coverage 66.79% 63.58% -3.21%
==========================================
Files 1014 486 -528
Lines 49524 29946 -19578
Branches 5077 0 -5077
==========================================
- Hits 33079 19042 -14037
+ Misses 16314 10904 -5410
+ Partials 131 0 -131
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
dadd9e2
to
70db575
Compare
70db575
to
f149fea
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.
Looks good to me, would love for @dpgaspar to take a pass as well.
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, but we still have some tests failing
"default_filters": "{}", | ||
"color_scheme": None, | ||
}, | ||
"metadata": {"mock_key": "mock_value"}, |
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 the change?
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 the old value was the side effect of some other tests. Now I set {"mock_key": "mock_value"}
explicitly in the fixture.
f149fea
to
c4d11cc
Compare
bc7c313
to
f8e4297
Compare
09b16bc
to
0d369fc
Compare
0d369fc
to
623857c
Compare
* add world bank data fixture * fix fixture cleanup, add fixture to dashboard_tests * apply world bank fixtures, fix tests * fix fixture typo, dashboard ids * fix export dashboard metadata * fix test_export_dashboard_command_key_order * fix export dash tests, not add row when no orphans * debug timeout * fixes after merge * fix lint * run pre-commit * comment test for debug * fix save.test.js Co-authored-by: Karol Kostrzewa <karol.kostrzewa@polidea.com>
* add world bank data fixture * fix fixture cleanup, add fixture to dashboard_tests * apply world bank fixtures, fix tests * fix fixture typo, dashboard ids * fix export dashboard metadata * fix test_export_dashboard_command_key_order * fix export dash tests, not add row when no orphans * debug timeout * fixes after merge * fix lint * run pre-commit * comment test for debug * fix save.test.js Co-authored-by: Karol Kostrzewa <karol.kostrzewa@polidea.com>
SUMMARY
Replace World Bank data example with data loaded by fixture for tests. The aim was to get rid of an external dependency.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
All tests should be green.
ADDITIONAL INFORMATION