-
Notifications
You must be signed in to change notification settings - Fork 116
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
enum_to_str: convert enum keys, not just enum values #549
Conversation
I created some tests for the |
- use `from pytest import ...` rather than `import pytest` - revert TestEnumToStr and make the tests more compact
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.
looking good. a few nits.
Oh, I thought about #550 a bit: |
Ok, I'll scrap the #550 news fragment. |
Co-authored-by: Omry Yadan <[email protected]>
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.
Great, thanks.
comments fixed docs fixed notebook enum_to_str: convert enum keys, not just enum values (omry#549) README: Fix typo in "What's new" url rebase against master separate tests for struct mode and non-struct mode news fragment for omry#554 one key per supported key type Co-authored-by: Omry Yadan <[email protected]> test None value for struct flag special case parametrizing for struct_mode change struct_mode test order
Closes #531
Closes #550