-
Notifications
You must be signed in to change notification settings - Fork 7
Add Unit Tests for Core Components #33
Copy link
Copy link
Open
Milestone
Description
The framework currently lacks coverage tests for its modules (e.g., agents, cli, NB API). Adding unit tests helps catch regressions and makes refactoring safer.
Details
We should:
- Pick 1-2 small components (e.g., a helper function or service client).
- Write
pytest-based tests (happy-path and edge cases). - Add coverage threshold checks to CI (e.g., minimum 70–80%).
This work boosts confidence in the framework and lowers entry barriers.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Projects
Status
Todo