bazelbuild / bazelbuild/rules_testing
Add StrSubject.matches
Open
enhancement
- Dominant language
- Starlark
- Stars
- 29
- Forks
- 11
- Avg merge
- 15h 15m
- Merged PRs (30d)
- 3
Description
The `matches` method is to make it easier to check strings without checking exact equality.
The basic API accepts two types:
* A Matcher object (e.g. `matching.str_matches`)
* A string, which is a pattern for `matching.str_matches`.
Contributor guide
Assessment
This issue has not been assessed yet.