Updates:
Summary: Collections: add keyword List Should Contain Value Containing
Value
Status: Pending
Comment #1 on issue 1724 by pekka.klarck: Collections: add keyword List
Should Contain Value Containing Value
http://code.google.com/p/robotframework/issues/detail?id=1724
I would rather enhance the current List Should Contain Value. It could
easily get new `case_insensitive=False` argument to make matching
case-insensitive. Specifying should matching be exact or should patterns be
used there are two possibilities:
1) Add separate `pattern=False` or `match=False` argument. A problem here
is that there could be need for both glob style patterns (`foo*`) and
regexps (`foo\d+`). We could either add separate `match=False` and
`regexp=False` arguments or add just single `match_style='exact'` argument
with possible values like `exact`, `match`, and `regexp`.
2) Add matching style to the value with a prefix like `match=foo*` or
`regexp=foo\d+`.
Are you interested in implementing this or sponsoring someone else to get
this? Notice that for consistency reasons, same functionality should be
added also to most other `should` keywords.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.