ScreenPyHQ / screenpy

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

Allow SeeAllOf and SeeAnyOf to accept only one test #32

Closed bandophahita closed 1 year ago

bandophahita commented 2 years ago

Per discussion in discord, SeeAllOf and SeeAnyOf should be allowed to accept a single tuple pair of question and resolution.

bandophahita commented 2 years ago

31 addresses this

perrygoy commented 1 year ago

Merged!