Skip to content

Commit

Permalink
Add minimal test
Browse files Browse the repository at this point in the history
To prevent issues like #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
  • Loading branch information
greyli committed Dec 10, 2023
1 parent 2f8ec90 commit 276015a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tox.ini
Expand Up @@ -13,6 +13,12 @@ deps =
commands =
pytest

[testenv:minimal]
deps =
.
commands =
python -c "from flask_debugtoolbar import DebugToolbarExtension"

[testenv:stylecheck]
deps =
pycodestyle
Expand Down

0 comments on commit 276015a

Please sign in to comment.