ScreenPyHQ / screenpy

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

Add negated-compatible versions of `IsCloseTo` and `HasLength`. #3

Closed perrygoy closed 2 years ago

perrygoy commented 2 years ago

Without aliases for IsCloseTo and HasLength which make grammatical sense when paired with IsNot, we wind up with DoesNot(HasLength(...)) and IsNot(IsCloseTo(...))!

Please add aliases to make these smoother.