Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit d610695

Browse files
committed
Make test output more detailed in VSCode and GitHub.
1 parent 2a7d5fb commit d610695

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
python-version-file: 'python/selfie-lib/pyproject.toml'
2828
cache: 'poetry'
2929
- run: poetry install
30-
- run: poetry run pytest
30+
- run: poetry run pytest -vv
3131
- run: poetry run pyright
3232
- run: poetry run ruff check

python/.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"python.testing.pytestArgs": [
3+
"selfie-lib",
4+
"-vv"
5+
],
6+
"python.testing.unittestEnabled": false,
7+
"python.testing.pytestEnabled": true
8+
}

0 commit comments

Comments
 (0)