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

Keeping fixtures after unit tests #39

Open PaulCombal opened 2 years ago

PaulCombal commented 2 years ago

Hello,

Is there a way to keep the fixtures in the database after they are loaded? Like so I would be able to see them in my database and do a bit of manual testing for development.

The fixtures always get torn down no matter what I try!

Thank you