syvwlch / Metroscope

Experiments with automatic scansion.
MIT License
1 stars 0 forks source link

Move app creation out of `run` package #107

Closed syvwlch closed 5 years ago

syvwlch commented 5 years ago

You're not really using the app factory pattern if you still create the app when you import/run your factory package... so I've moved the actual app creation to a separate launch.py module. This means (at least for now) that the shell_context_processor and deploy_command don't exist within my testing scope as such, since they get created after the app exists. Something to work on later...