-
Notifications
You must be signed in to change notification settings - Fork 828
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
Default enum description to "An enumeration." #1502
Conversation
default to this string, which is used in many tests, is causing
Thanks for the PR @firaskafri 🙂 |
Hi @erikwrede ! Just added two tests to address these cases! |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1502 +/- ##
=======================================
Coverage 96.00% 96.00%
=======================================
Files 51 51
Lines 1750 1750
=======================================
Hits 1680 1680
Misses 70 70
☔ View full report in Codecov by Sentry. |
Default enum description to "An enumeration." string as opposed to trying to read
enum.__doc__
as it appears to be not set to default enum class doc in python 3.11