Skip to content

Commit

Permalink
Make pytest output verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed Nov 29, 2023
1 parent 15a5388 commit f426cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skip_missing_interpreters = true

[testenv]
deps = -rrequirements-dev.txt
commands = pytest
commands = pytest -vv

[testenv:py311-type]
description = Type check with mypy
Expand Down

0 comments on commit f426cd0

Please sign in to comment.