Story: Add tests for cron, heartbeat, subagent plugins #106
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Competitor
Kind/Documentation
Kind/Enhancement
Kind/Epic
Kind/Feature
Kind/Security
Kind/Story
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Scope/Core
Scope/Cross-Plugin
Scope/Plugin-System
Scope/Single-Plugin
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ultanio/cobot#106
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Epic: #101
Description
These three scheduled/automation plugins have no dedicated plugin tests. Note:
test_scheduled.pyhas some tests but they are currently failing (Story #1). This story adds proper plugin-level tests.Acceptance Criteria
cobot/plugins/cron/tests/test_plugin.pyexists with tests for job scheduling, execution, and error handlingcobot/plugins/heartbeat/tests/test_plugin.pyexists with tests for heartbeat timing, disabled state, and cron integrationcobot/plugins/subagent/tests/test_plugin.pyexists with tests for spawn, concurrency limits, and cleanupruff check cobot/passes