Skip to content

Commit fe89c19

Browse files
committed
node: Show output from pytest
1 parent d4a10ba commit fe89c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ strict = true
4646
check-format = "blue --check flatpak_node_generator tests"
4747
check-isort = "isort --check flatpak_node_generator tests"
4848
check-mypy = "mypy ."
49-
check-test = "pytest -n auto"
49+
check-test = "pytest -vvvs -n auto"
5050
check = ["check-format", "check-isort", "check-mypy", "check-test"]
5151

5252
apply-format = "blue flatpak_node_generator"

0 commit comments

Comments
 (0)