croach / Flask-Fixtures

A simple library for adding database fixtures for unit tests using nothing but JSON or YAML.
MIT License
63 stars 30 forks source link

Database initialization #18

Closed jbouzekri closed 8 years ago

jbouzekri commented 8 years ago

I am reading your README and I see an example about testing.

But is it possible to run your script for database data initialization ?

croach commented 8 years ago

Hi @jbouzekri, if you take a look at @elvis-macak's pull request #16, you'll see the way you can use the library to initialize a database. Hope that helps.