Created
November 5, 2019 23:39
-
-
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.
This file contains 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
@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