Add CLI-level integration tests for pbm subcommands #1
Labels
No labels
P0
P1
P2
P3
next
project/pb-mirror
ready-for-agent
ready-for-human
review
waiting
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
jared/pb-mirror#1
Loading…
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?
Context
While wiring
pbm initto the new GitignoreManager (session 2026-08-27), we found no CLI-level test exists for any subcommand —test/pb_mirror/cli_test.rbis absent. The init→GitignoreManager call is a one-liner inlib/pb_mirror/cli.rbexercised only indirectly; GitignoreManager itself is unit-tested (test/pb_mirror/gitignore_manager_test.rb, 52-run suite green).Tasks
initend to end: writes .pbm.yml, updates .gitignore, prints warning when .pbm.yml is ignoredOrigin