Skip to content

Commit 4405b70

Browse files
committed
make tests verbose
1 parent 81e605f commit 4405b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crewai-tools/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ source venv_pipeline/bin/activate
1717
pip install uv
1818

1919
uv sync --extra mongodb
20-
uv run pytest tests/tools/test*mongodb*.py
20+
uv run pytest -v tests/tools/test*mongodb*.py
2121

2222
export MONGODB_URI=$MONGODB_URI
2323
export OPENAI_API_KEY=$OPENAI_API_KEY

0 commit comments

Comments
 (0)