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
{{ message }}
This repository was archived by the owner on Apr 28, 2026. It is now read-only.
🚀 The feature, motivation and pitch
Overview
Add automated pytest testing for all Python examples in
examples/to ensure code quality and prevent regressions.Current State
Proposed Structure
tests/
├── conftest.py
├── unit/
│ ├── agents/
│ ├── client_tools/
│ └── agent_store/
└── integration/
Dependencies to Add
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0
pytest-mock>=3.11.1
Implementation
pytest.iniorpyproject.toml)conftest.pySuccess Criteria
Alternatives
No response
Additional context
No response