-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Convert font/text tests to pytest #7872
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
LGTM 👍 IMO, the sooner we get these in, the better |
WRT parametrizing the comparison decorator, I just had a thought that we'd eventually be moving to |
@QuLogic while I'm by no means an expert, FWIW I have not had any luck parametrizing pytest-mpl comparison tests. |
1bd576e
to
a7476f2
Compare
a7476f2
to
e82db62
Compare
Is this one still a work in progress? |
Just rebased; comments in the first post are optimizations that can wait for another PR. |
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.
Looks good to me.
Merge pull request #7872: Convert font/text tests to pytest.
This is partially complete, but I have not been able to fully convert the mathtext/mathfont tests to use parametrization. The attempt at that is here, but of course it doesn't quite work yet. I don't think there's any way to parametrize the decorator, though maybe I've missed it. Any ideas @Kojoley?