Story: Add tests for filedrop and wallet plugins #107

Closed
opened 2026-02-26 14:48:56 +00:00 by doxios · 0 comments
Collaborator

Epic: #101

Description

Filedrop and wallet are both externally-facing plugins (file I/O and financial operations) that need test coverage.

Acceptance Criteria

  • cobot/plugins/filedrop/tests/test_plugin.py exists with tests for message send/receive, inbox listing, and error handling
  • cobot/plugins/wallet/tests/test_plugin.py exists with tests for balance check, payment flow (mocked), and safety guards
  • All new tests pass
  • ruff check cobot/ passes
**Epic:** #101 ## Description Filedrop and wallet are both externally-facing plugins (file I/O and financial operations) that need test coverage. ## Acceptance Criteria - [ ] `cobot/plugins/filedrop/tests/test_plugin.py` exists with tests for message send/receive, inbox listing, and error handling - [ ] `cobot/plugins/wallet/tests/test_plugin.py` exists with tests for balance check, payment flow (mocked), and safety guards - [ ] All new tests pass - [ ] `ruff check cobot/` passes
k9ert closed this issue 2026-02-26 16:08:54 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ultanio/cobot#107
No description provided.