pallets-eco / flask-debugtoolbar

A toolbar overlay for debugging Flask applications
https://flask-debugtoolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
952 stars 146 forks source link

Switch to Flask's native CLI #145

Closed jeffwidman closed 4 years ago

jeffwidman commented 4 years ago

Drop flask_script in favor of Flask's native CLI:

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.