ScreenPyHQ / screenpy

Screenplay pattern base for Python automated UI test suites.
MIT License
27 stars 3 forks source link

allowing `Matches` to accept `re.compile` #135

Closed bandophahita closed 4 months ago

bandophahita commented 5 months ago

The resolving function matches_regexp of Matches can accept either str or Pattern. This update makes it possible to pass the pattern directly into Matches.

bandophahita commented 5 months ago

@perrygoy back to you.