Closed jeffwidman closed 4 years ago
Drop flask_script in favor of Flask's native CLI:
flask_script
This also requires changing the tests so that pytest mocks the env var FLASK_ENV so that the test app starts in development mode. Unlike normal test apps, we do want development/debug mode, in addition to testing mode.
pytest
FLASK_ENV
Drop
flask_script
in favor of Flask's native CLI:This also requires changing the tests so that
pytest
mocks the env varFLASK_ENV
so that the test app starts in development mode. Unlike normal test apps, we do want development/debug mode, in addition to testing mode.