You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, "right now" there is no good way to iterate through blueprints. If you take a look at main.py, the way blueprints are loaded is a little frail and functions are not aware of which blueprints are loaded and how to interact with them (like load specific blueprint features...).
Aaaanyway, I'll see to this blueprint awarenes structural issue.
Hi! Great bootstrap project :)
How you handle the tests is interesting, and I think it could go a bit further :
In that way, each blueprint would have it's own set of tests.
I'd like to submit a pull for this kind of idea but I don't know how to loop over blueprints in the test case.
The text was updated successfully, but these errors were encountered: