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

Add custom loaders manually with priority during execution #30

Closed s7anley closed 1 year ago

s7anley commented 7 years ago

Hi @croach,

I added way how to use custom Loaders instead of only relying on FixtureLoader.__subclasses__(). Custom loaders will take precedence over the loaders provided by the library.

This PR depends on #31.

lucious7 commented 6 years ago

+1

Would fix permanently issue #28