Closed davidag closed 5 years ago
This should make it easier to change configuration options in tests. Besides that, we have more control over how and when the app object is created.
app
For the record, I was following the Application Factory pattern which has a couple of benefits over instantiating the app at the module-level (especially for testing).
This should make it easier to change configuration options in tests. Besides that, we have more control over how and when the
app
object is created.