Flask-Fixtures
Flask-Fixtures copied to clipboard
Add custom loaders manually with priority during execution
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.
+1
Would fix permanently issue #28