-
Notifications
You must be signed in to change notification settings - Fork 5
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
renderers: test empty values #24
Conversation
abaeef4
to
3e8578d
Compare
3818e21
to
9ef9221
Compare
Codecov Report
@@ Coverage Diff @@
## main #24 +/- ##
==========================================
+ Coverage 95.11% 95.68% +0.57%
==========================================
Files 14 14
Lines 450 464 +14
Branches 74 76 +2
==========================================
+ Hits 428 444 +16
+ Misses 16 15 -1
+ Partials 6 5 -1
Continue to review full report at Codecov.
|
9ef9221
to
6192375
Compare
tests/test_vega.py
Outdated
assert renderer.name == "" | ||
assert renderer.properties == {} | ||
|
||
renderer.partial_html() |
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 check the contents of the resulting template?
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.
done
6192375
to
fa4aee0
Compare
Related: iterative/vscode-dvc#1520