-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
regex matched version of have.text & co #529
Labels
Comments
_like suffix is bad idea because already used for "list globbing" in conditions like then _matching would be a good choice! |
no need to add have.exact_text_matching(regex_pattern), have.text_matching(regex_pattern) is completely enough. |
yashaka
added a commit
that referenced
this issue
May 24, 2024
+ [#528] DOCS: docstrings for have.*_like collection conditions and also more verbose parameter names + Fix misleading absence of waiting in slicing behavior
github-actions bot
added a commit
that referenced
this issue
May 24, 2024
+ [#528] DOCS: docstrings for have.*_like collection conditions and also more verbose parameter names + Fix misleading absence of waiting in slicing behavior
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
probably named as have.text_like
with similar condition.where(**overrides) behavior like in #528.
See also #401
The text was updated successfully, but these errors were encountered: