-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading and dumping to and from data #73
Comments
The The API I have in mind for MyFactory.load([{}, {}], defaults={'x=1'}) What would you think about that API? |
@mehcode Can you explain a little more about the scenarios you'd find the I've never personally run into a situation where this was necessary... if I want to specify what appears in the DB, then I can just submit it straight to the ORM. If I need to pull from a list of specific options when creating a Factory, then I pass the list of option to the Factory. That said, the |
Closing for now due to lack of interest. If someone stumbles across this and really wants this, feel free to leave a comment and we can re-open. |
What does everyone think about adding a load/dump API that takes/consumes lists of dictionaries? This would allow for easy consuming and producing JSON / YAML fixtures.
Something like the following.
The text was updated successfully, but these errors were encountered: