Created
June 27, 2017 09:52
-
-
Save kowalcj0/1cebf7bd25985e55c7e9b549796cddc3 to your computer and use it in GitHub Desktop.
non-capturing groups in Python Behave step definition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@given("User has (?:his|her) picture uploaded") | |
def step_impl(context): | |
pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment