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
This is a highly demanded feature that will make using Chalice significantly easier, especially with regards to testing. At this point most Flask developers use the "app factory" model for development, where they have a function that creates an app object rather than having one defined for the entire system. This allows testing with different options, but it only works with systems that have blueprints.
Additional blueprints make organizing code a lot easier.
The text was updated successfully, but these errors were encountered:
This is a highly demanded feature that will make using Chalice significantly easier, especially with regards to testing. At this point most Flask developers use the "app factory" model for development, where they have a function that creates an
app
object rather than having one defined for the entire system. This allows testing with different options, but it only works with systems that have blueprints.Additional blueprints make organizing code a lot easier.
The text was updated successfully, but these errors were encountered: