Skip to content

Instantly share code, notes, and snippets.

@kowalcj0
Created June 27, 2017 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kowalcj0/1cebf7bd25985e55c7e9b549796cddc3 to your computer and use it in GitHub Desktop.
Save kowalcj0/1cebf7bd25985e55c7e9b549796cddc3 to your computer and use it in GitHub Desktop.
non-capturing groups in Python Behave step definition
@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