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

Add minimal test without extra deps #230

Closed greyli closed 11 months ago

greyli commented 11 months ago

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