mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-07 05:59:37 -06:00
To prevent issues like https://github.com/pallets-eco/flask-debugtoolbar/pull/225, This PR add a minimal test that no extra deps are involved, it only install the package, then try to import the extension class. fixes #226