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
_generate_assert_error_msg
After #714, this function is no longer necessary:
ophyd-async/src/ophyd_async/testing/_assert.py
Lines 10 to 18 in c781e27
Remove it, and change all assert x, _generate_assert_error_msg(...) to bare assert x
assert x, _generate_assert_error_msg(...)
assert x
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
After #714, this function is no longer necessary:
ophyd-async/src/ophyd_async/testing/_assert.py
Lines 10 to 18 in c781e27
Remove it, and change all
assert x, _generate_assert_error_msg(...)
to bareassert x
The text was updated successfully, but these errors were encountered: