-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Port test_models to pytest #3978
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 @AnirudhDagar , I made a few comments but this looks good!
@NicolasHug thanks for the feedback and detailed review as always. I've incorporated the suggested changes :) |
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 @AnirudhDagar !
Reviewed By: NicolasHug Differential Revision: D29027312 fbshipit-source-id: 6aff95c5e19369ea6a4f143c6cd507621bcb100c
This PR converts tests for the models utilizing
pytest
in order to get rid ofunittest
. More details at #3951.