-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Increase patch test coverage #9519
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
Conversation
Ideally I'd like to cover |
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.
More tests == great!
@@ -350,3 +350,15 @@ def test_units_rectangle(): | |||
ax.add_patch(p) | |||
ax.set_xlim([4*U.km, 7*U.km]) | |||
ax.set_ylim([5*U.km, 9*U.km]) | |||
|
|||
|
|||
@image_comparison(baseline_images=['connection_patch'], extensions=['png'], |
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.
remove the text from this one too?
ping |
Remove text from connection test
Text removed. Ready to go once tests all pass! |
Increase test coverage of
patches.py