We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Judging by codecov, assert_str_equal in tests/__init__.py is never used (https://codecov.io/gh/matplotlib/matplotlib/src/master/lib/matplotlib/tests/__init__.py#L22), and grep agrees:
assert_str_equal
tests/__init__.py
$ grep -r 'assert_str_equal' lib/ lib//matplotlib/tests/__init__.py:def assert_str_equal(reference_str, test_str,
So I don't see why it shouldn't be deprecated and then removed.
The text was updated successfully, but these errors were encountered:
I think there may be a PR in flight to do that, possibly from @dopplershift ?
Sorry, something went wrong.
I doubt so given that assert_str_equal was still in use until very recently (removed by @QuLogic in #8026).
Fixed by #8118.
No branches or pull requests
Judging by codecov,
assert_str_equal
intests/__init__.py
is never used (https://codecov.io/gh/matplotlib/matplotlib/src/master/lib/matplotlib/tests/__init__.py#L22), and grep agrees:So I don't see why it shouldn't be deprecated and then removed.
The text was updated successfully, but these errors were encountered: