Skip to content

Commit 8aee1c8

Browse files
Setting pytest verbosity
1 parent 2a3d76b commit 8aee1c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ fast_run:
1818
uv run fastapi run app/main.py
1919

2020
tests_unit:
21-
uv run pytest tests_unit --html=tests_unit_report.html --self-contained-html
21+
uv run pytest tests_unit -vvvvv --html=tests_unit_report.html --self-contained-html
2222

2323
tests_integration:
24-
uv run pytest tests_integration --html=tests_integration_report.html --self-contained-html
24+
uv run pytest tests_integration -vvvvv --html=tests_integration_report.html --self-contained-html
2525

2626
upgrade:
2727
uv sync --upgrade

0 commit comments

Comments
 (0)