mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-01 03:00:55 -06:00
Drop `flask_script` in favor of Flask's native CLI: * https://flask.palletsprojects.com/en/master/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.