You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Install pre-commit hooks: `poetry run pre-commit install`
73
72
- Run all tests: `poetry run pytest -s -v --log-cli-level=INFO`
74
73
- Run tests in parallel: `poetry run pytest -s -v --log-cli-level=INFO -n auto`
@@ -88,7 +87,7 @@ Minimum verification matrix:
88
87
|`langfuse/api/**`| verify source update path from main repo + `poetry run ruff format .` + targeted API tests |
89
88
| Integration modules (`langfuse/openai.py`, `langfuse/langchain/**`) | targeted tests for the touched integration + lint + latest official provider docs review if behavior or API usage changed |
90
89
| Test-only changes | targeted pytest coverage for the updated tests |
0 commit comments