test(master-stack): stub the live pane-base helper #141
No reviewers
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
skip-release-notes
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/tmux-mosaic!141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "test/master-stack-trace-pbase"
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?
Problem
The all-masters master-stack trace helper was stubbing
_layout_pane_base, but the layout implementation now reads_mosaic_window_pane_base. That left the pure trace tests dependent on ambient tmux state and broke them in CI-like no-tmux runs.Solution
Stub
_mosaic_window_pane_basein the shared trace helper so the tests exercise the same pane-base path as the implementation and stay deterministic without tmux state.