Skip to content

Instantly share code, notes, and snippets.

@domanchi
Created November 5, 2019 23:39
Show Gist options
  • Save domanchi/a9da08bdf3740fa88cbe0c9306299171 to your computer and use it in GitHub Desktop.
Save domanchi/a9da08bdf3740fa88cbe0c9306299171 to your computer and use it in GitHub Desktop.
Code samples for Yelp's Engineering Blog announcing the release of fuzz-lightyear.
@fuzz_lightyear.register_factory('userID')
def create_biz_user_id():
return do_some_magic_to_create_business()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment