-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add count of discovered plugins #248
Conversation
Codecov Report
@@ Coverage Diff @@
## main #248 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 37 37
Lines 2801 2806 +5
=========================================
+ Hits 2801 2806 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
thanks! looks good to me
@@ -71,6 +71,7 @@ testing = | |||
numpy | |||
pytest | |||
pytest-cov | |||
jsonschema |
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.
nice catch
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.
Result of setup a fresh environment.
Works well with napari/napari#5190, really important fix, because without the warning to the user it seems like the plugin failed to install. |
Add methods to better trace changes in plugins to have the possibility to message users.
For example to, inform users that there is a need to restart napari after installing the npe2 plugin.