We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e0fc6 commit 64f0028Copy full SHA for 64f0028
Makefile
@@ -49,7 +49,7 @@ test:
49
@for dir in $(SUBDIRS); do \
50
if [ -f $$dir/pyproject.toml ]; then \
51
echo "Testing $$dir"; \
52
- cd $$dir && uv sync && uv run pytest && cd ../..; \
+ cd $$dir && uv sync && uv run pytest -vv && cd ../..; \
53
fi \
54
done
55
0 commit comments