Skip to content

Instantly share code, notes, and snippets.

@eeriksp
Created February 18, 2019 20:43
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 eeriksp/5e8e010a0c468c09a5c9572ceb6db5ce to your computer and use it in GitHub Desktop.
Save eeriksp/5e8e010a0c468c09a5c9572ceb6db5ce to your computer and use it in GitHub Desktop.
from factoryman import create_populated_modelfactory
ProjectFactory = create_populated_modelfactory(Project)
ExpiredProjectFactory = create_populated_modelfactory(Project, deadline='1999-04-04')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment