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

Create a better plugin system for fixtures loaders #14

Open croach opened 9 years ago

croach commented 9 years ago

Replace the current way of creating custom loaders with a setuptools-based plugin architecture. See the links below for details on how to create a plugin architecture using pgk_resources: