Entry Point Warnings#850
Conversation
Codecov Report
@@ Coverage Diff @@
## master #850 +/- ##
==========================================
+ Coverage 98.14% 98.18% +0.04%
==========================================
Files 117 119 +2
Lines 10813 10849 +36
==========================================
+ Hits 10612 10652 +40
+ Misses 201 197 -4
Continue to review full report at Codecov.
|
rwedge
left a comment
There was a problem hiding this comment.
Can you add a test case that triggers this exception?
rwedge
left a comment
There was a problem hiding this comment.
Can we also test not setting the logging level to debug and confirming the stack trace is not displayed?
|
Yes, will add that test case. |
rwedge
left a comment
There was a problem hiding this comment.
This looks good. From a user experience perspective, I don't think the warning mentions that they can see more info if logging is set to debug. We might want to mention that in the warning so they know that option exists.
Plugins can fail to load silently at entry points. This PR closes #841 by warning users when plugins do fail to load.