Epic: Massive Testing Improvement #101
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#101
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?
Motivation
Cobot's test suite is in rough shape:
run_loop_sync, telegramcall_extension)We need a systematic push to fix broken tests, close coverage gaps, and prevent API drift.
Current State
Failing Tests
test_persistence.py— 10 failures (persistence plugin API changed)test_scheduled.py— 5 failures (subagent + heartbeat plugin API changed)web/test_plugin.py— 2 failures (lifecycle tests)Collection Errors
nostr/tests/test_plugin.py—ModuleNotFoundError: pynostrtelegram/tests/test_plugin.py—ModuleNotFoundError: telegramUntested Plugins
cron,filedrop,heartbeat,security,wallet,subagent,compaction,logger,loop,ollama,persistence(has core tests but plugin tests broken),cli,knowledgeKnown Runtime Bugs
cli.pycalls non-existentrun_loop_sync()— broke Alpha for a weekself._registry.call_extension()which no longer exists — crashes poll loopStories
call_extensionAPI mismatchDefinition of Done