-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Port Group A test_transforms.py to pytest #3959
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
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 a lot @zhiqwang this looks good!
Perhaps we can take advantage of the parametrization over tuples to avoid a bit of the if/else blocks. I commented below, let me know what you think!
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 a lot @zhiqwang ! Some last minor comment but LGTM when addressed !
Thanks a lot @zhiqwang !! |
@NicolasHug Also thanks for your guidances here! |
…est (#3959) Reviewed By: NicolasHug Differential Revision: D29027353 fbshipit-source-id: c165f7cffebf36f0f56277c5a1f0c3a043189ea3
To port Group A in test_transforms.py to pytest as discussed in #3945
cc @NicolasHug