8000 Increase pytest verbosity during make test · python-lsp/python-lsp-black@df46daa · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit df46daa

Browse files
committed
Increase pytest verbosity during make test
1 parent f905276 commit df46daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mypy:
1414
pre-commit run -a mypy
1515

1616
test:
17-
pytest -v .
17+
pytest -vv .
1818

1919
build: lint test
2020
python3 setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)
0