Skip to content

Commit

Permalink
add positional args and a (commented out) debugger option for tox tes…
Browse files Browse the repository at this point in the history
…tenv
  • Loading branch information
malwarefrank committed Mar 17, 2024
1 parent b837ad6 commit 6446867
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ env_list = lint, type, py38
description = run unit tests
deps =
pytest>=3
commands = pytest -v tests/
commands = pytest -v tests/ {posargs}
# NOTE: to use interactive debugger, comment the above line and uncomment the following two lines
# pytest-pudb
#commands = pytest --pudb -v tests/ {posargs}


[testenv:lint]
description = run linters
Expand Down

0 comments on commit 6446867

Please sign in to comment.