Clean up obsolete MoveAction test stubs in test_commands_dropadd.py #16
Labels
No Label
ai-changes-requested
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
in-next-release
status/in-progress
status/pr-open
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/major-domo-v2#16
Loading…
Reference in New Issue
Block a user
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?
Found in
tests/test_commands_dropadd.py:287:These commented-out tests reference the old
MoveAction-based transaction system. The transaction system now usesfrom_roster/to_rosterdirectly, so these stubs are dead code.Either remove them entirely or replace with tests covering the current
from_roster/to_rosterapproach.