You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen numerous factory-based and class-based fixtures. I'm thinking of something along the lines of a JSON / YAML / etc. file that stores the table data and can be loaded and dumped using a simple python API.
This is a could idea, however I think in optimal scenario this should be an extension for factory_boy (by far the best fixture package for SQLAlchemy). JSON and YAML based fixtures can only contain a subset of functionality that factory_boy contains.
I've seen numerous factory-based and class-based fixtures. I'm thinking of something along the lines of a JSON / YAML / etc. file that stores the table data and can be loaded and dumped using a simple python API.
Close to django's implementation: https://docs.djangoproject.com/en/dev/howto/initial-data/
The text was updated successfully, but these errors were encountered: