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.
2 parents a4691b4 + 64f0028 commit dc4cea7Copy full SHA for dc4cea7
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